From d4754db45c999384a6e6ac120d6b1f484f2225e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:43:15 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 4.0.2 to 4.6.0 Bumps [syrupy](https://github.com/tophat/syrupy) from 4.0.2 to 4.6.0. - [Release notes](https://github.com/tophat/syrupy/releases) - [Changelog](https://github.com/tophat/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/tophat/syrupy/compare/v4.0.2...v4.6.0) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 ++++--------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b911b0b3..6ac693227 100644 --- a/poetry.lock +++ b/poetry.lock @@ -378,16 +378,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "colored" -version = "1.4.4" -description = "Simple library for color and formatting to terminal" -optional = false -python-versions = "*" -files = [ - {file = "colored-1.4.4.tar.gz", hash = "sha256:04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0"}, -] - [[package]] name = "coverage" version = "7.4.0" @@ -2284,17 +2274,16 @@ test = ["pytest", "pytest-cov"] [[package]] name = "syrupy" -version = "4.0.2" +version = "4.6.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1,<4" files = [ - {file = "syrupy-4.0.2-py3-none-any.whl", hash = "sha256:dfd1f0fad298eee753de4f2471d4346412c4435885c4b7beea648d4934c6620a"}, - {file = "syrupy-4.0.2.tar.gz", hash = "sha256:3c75ab6866580679b2cb9abe78e74c3e2011fffc6333651c6beb2a78a716ab80"}, + {file = "syrupy-4.6.0-py3-none-any.whl", hash = "sha256:747aae1bcf3cb3249e33b1e6d81097874d23615982d5686ebe637875b0775a1b"}, + {file = "syrupy-4.6.0.tar.gz", hash = "sha256:231b1f5d00f1f85048ba81676c79448076189c4aef4d33f21ae32f3b4c565a54"}, ] [package.dependencies] -colored = ">=1.3.92,<2.0.0" pytest = ">=7.0.0,<8.0.0" [[package]] @@ -2450,4 +2439,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "8e75657ffb973563722b2a41cc4935602d3ff49ae36f2fe13ce9c8f886950e42" +content-hash = "a18ef775afff3af09e6b9f12d0fbb25a42254d734270a087e710ab1eaca4d7af" diff --git a/pyproject.toml b/pyproject.toml index 8227cae6e..51e8f87ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytest-xdist = "3.5.0" python-semantic-release = "8.7.0" requests-mock = "1.11.0" reuse = "1.1.2" -syrupy = "4.0.2" +syrupy = "4.6.0" ruff = ">=0.1.15,<0.3.0"