From 4dae1ebc6cc4c3a37eda80b0eb9cd035c78d2c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:05:21 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 4.8.0 to 4.8.1 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.8.0 to 4.8.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/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:development update-type: version-update:semver-patch ... 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 4b0cf3f14..c9197aa79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2372,13 +2372,13 @@ doc = ["sphinx"] [[package]] name = "syrupy" -version = "4.8.0" +version = "4.8.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, - {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, + {file = "syrupy-4.8.1-py3-none-any.whl", hash = "sha256:274f97cbaf44175f5e478a2f3a53559d31f41c66c6bf28131695f94ac893ea00"}, + {file = "syrupy-4.8.1.tar.gz", hash = "sha256:8da8c0311e6d92de0b15767768c6ab98982b7b4a4c67083c08fbac3fbad4d44c"}, ] [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 = "6b783245135972118e9a97f7b3c9319f089530cad87a3b74700d34728d9fe56e" +content-hash = "fa28cb76cdda69cd7ef5f6e9a13a12ef9af82466cf7b5a510be9a1f46593a171" diff --git a/pyproject.toml b/pyproject.toml index bd4c0cfe3..bbf8c7d50 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.8.0" +syrupy = "4.8.1" [tool.isort]