From 3bd18b98f674266a8537542971c7612f3a5b660d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:46:40 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 1.7.4 to 4.9.1 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 1.7.4 to 4.9.1. - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/syrupy-project/syrupy/compare/v1.7.4...v4.9.1) --- updated-dependencies: - dependency-name: syrupy dependency-version: 4.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 29 ++++++++--------------------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7493602..e7cb767 100644 --- a/poetry.lock +++ b/poetry.lock @@ -311,7 +311,7 @@ version = "21.4.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -groups = ["main", "dev"] +groups = ["main"] files = [ {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"}, {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, @@ -742,17 +742,6 @@ files = [ ] markers = {main = "platform_system == \"Windows\"", dev = "sys_platform == \"win32\""} -[[package]] -name = "colored" -version = "1.4.4" -description = "Simple library for color and formatting to terminal" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "colored-1.4.4.tar.gz", hash = "sha256:04ff4d4dd514274fe3b99a21bb52fb96f2688c01e93fba7bef37221e7cb56ce0"}, -] - [[package]] name = "dictdiffer" version = "0.9.0" @@ -2244,20 +2233,18 @@ Jinja2 = ">=3.0.0,<4.0.0" [[package]] name = "syrupy" -version = "1.7.4" -description = "PyTest Snapshot Test Utility" +version = "4.9.1" +description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.6,<4" +python-versions = ">=3.8.1" groups = ["dev"] files = [ - {file = "syrupy-1.7.4-py3-none-any.whl", hash = "sha256:4634baba491ad93217300329e5c2d84bc38739f35e4d5790b678d06b666a2c98"}, - {file = "syrupy-1.7.4.tar.gz", hash = "sha256:54e475ef161e1531e1a81e99e2a9f88be4aaeeddf3b356b4d10fd5803c725e38"}, + {file = "syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda"}, + {file = "syrupy-4.9.1.tar.gz", hash = "sha256:b7d0fcadad80a7d2f6c4c71917918e8ebe2483e8c703dfc8d49cdbb01081f9a4"}, ] [package.dependencies] -attrs = ">=18.2.0,<22.0.0" -colored = ">=1.3.92,<2.0.0" -pytest = ">=5.1.0,<8.0.0" +pytest = ">=7.0.0,<9.0.0" [[package]] name = "types-python-dateutil" @@ -2571,4 +2558,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12.3,<3.13.0" -content-hash = "d6e3099c69fe4f0d1d31720497ef0918342a52b2eedafb670b8dda2c7b72bcb8" +content-hash = "512d0705625a4d5cdcea4459dc98d0205c7bd50e5ce5cc31cfb529415ed88d3a" diff --git a/pyproject.toml b/pyproject.toml index bdc57ef..d24dc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^7.4.2" pytest-asyncio = "^0.23.8" pytest-mock = "^3.14.1" ruff = "^0.12.2" -syrupy = "^1.7.4" +syrupy = "^4.9.1" [tool.pytest.ini_options] asyncio_mode = "auto"