From 2a8233f78ccb7cb88476ddc85f513c403b5b866e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:41:00 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 4.7.2 to 4.8.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.2 to 4.8.0. - [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/v4.7.2...v4.8.0) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c3499773..9479097e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2372,13 +2372,13 @@ doc = ["sphinx"] [[package]] name = "syrupy" -version = "4.7.2" +version = "4.8.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, - {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, + {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, + {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, ] [package.dependencies] @@ -2585,4 +2585,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "132d0a1f0bdcd1df4dd3f6b230d6d73a7d7c24b419b07bbee2b2931ce00ae612" +content-hash = "105e6229bab088af2d522c700b2b447f8d93180d824a214bdafdedf35f118d09" diff --git a/pyproject.toml b/pyproject.toml index 98b10f9c3..94e7d33cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ python-semantic-release = "7.34.6" requests-mock = "1.12.1" reuse = "5.0.2" ruff = "0.8.2" -syrupy = "4.7.2" +syrupy = "4.8.0" [tool.isort]