From b2e9071d8adfe323e449d47de74b4f99e9c28190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:49:47 +0200 Subject: [PATCH] Bump syrupy from 4.7.1 to 4.7.2 (#91) Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.1 to 4.7.2. - [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.1...v4.7.2) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0fcc195..f4a6a9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,13 +1105,13 @@ files = [ [[package]] name = "syrupy" -version = "4.7.1" +version = "4.7.2" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.1-py3-none-any.whl", hash = "sha256:be002267a512a4bedddfae2e026c93df1ea928ae10baadc09640516923376d41"}, - {file = "syrupy-4.7.1.tar.gz", hash = "sha256:f9d4485f3f27d0e5df6ed299cac6fa32eb40a441915d988e82be5a4bdda335c8"}, + {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, + {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, ] [package.dependencies] @@ -1274,4 +1274,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "86ee0a884971254bbf50b1dff118cc738f435b9a1bb4fae7b86b4e1c9b201eeb" +content-hash = "8f9917d188bd5e6f4ecc27e0f9f1db56f68c52f1d2d3b50f11c61d4611b68726" diff --git a/pyproject.toml b/pyproject.toml index a20ac3a..0050a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-asyncio = "0.24.0" pytest-cov = "5.0.0" pytest-freezer = "0.4.8" ruff = "0.6.9" -syrupy = "4.7.1" +syrupy = "4.7.2" yamllint = "1.35.1" [tool.coverage.run]