From 96857bd5edd8b3e268a986911f7f13ce50ed0c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:23:35 +0000 Subject: [PATCH] Bump syrupy from 4.6.1 to 4.7.1 (#32) Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.6.1 to 4.7.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.6.1...v4.7.1) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2fd94c0..47dcbfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2032,13 +2032,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "syrupy" -version = "4.6.1" +version = "4.7.1" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1,<4" +python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.6.1-py3-none-any.whl", hash = "sha256:203e52f9cb9fa749cf683f29bd68f02c16c3bc7e7e5fe8f2fc59bdfe488ce133"}, - {file = "syrupy-4.6.1.tar.gz", hash = "sha256:37a835c9ce7857eeef86d62145885e10b3cb9615bc6abeb4ce404b3f18e1bb36"}, + {file = "syrupy-4.7.1-py3-none-any.whl", hash = "sha256:be002267a512a4bedddfae2e026c93df1ea928ae10baadc09640516923376d41"}, + {file = "syrupy-4.7.1.tar.gz", hash = "sha256:f9d4485f3f27d0e5df6ed299cac6fa32eb40a441915d988e82be5a4bdda335c8"}, ] [package.dependencies] @@ -2282,4 +2282,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5299510e82a9632aba9f946a4373e24f229f2b3fd1072ab990e22be3ce133eeb" +content-hash = "90b57d59b40c9546602aaafab22b422dc2e21010ade0a64f95324e9cadbbcb6f" diff --git a/pyproject.toml b/pyproject.toml index 30833aa..642ffb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ darglint = "^1.8.1" safety = "^3.2.7" codespell = "^2.2.6" bandit = "^1.7.10" -syrupy = "^4.6.0" +syrupy = "^4.7.1" [tool.poetry.urls] "Bug Tracker" = "https://github.com/DCSBL/python-flitsmeister/issues"