From 2e36c35516855f097a06d6f8f9a3ea3df32578b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:04:30 +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 b83645084..aee349613 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 = "54cb33f8752d1466337c6ce054cd7b0fb00c82f66044b93f8e3f68b43859855a" +content-hash = "f71ef118a101e65472d745e60bc51855d48d8cd27fc40bc9fbe9d72a8b0489cc" diff --git a/pyproject.toml b/pyproject.toml index 54a945670..bc806384f 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.1" -syrupy = "4.7.2" +syrupy = "4.8.0" [tool.isort]