From 8d7cf33fc2b9dd27898d4f0a7765eb961ddf9477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:17:44 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 4.9.1 to 5.0.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.9.1 to 5.0.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.9.1...v5.0.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a4eb9b52..6a54dd57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -936,18 +936,18 @@ files = [ [[package]] name = "syrupy" -version = "4.9.1" +version = "5.0.0" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda"}, - {file = "syrupy-4.9.1.tar.gz", hash = "sha256:b7d0fcadad80a7d2f6c4c71917918e8ebe2483e8c703dfc8d49cdbb01081f9a4"}, + {file = "syrupy-5.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, + {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, ] [package.dependencies] -pytest = ">=7.0.0,<9.0.0" +pytest = ">=8.0.0" [[package]] name = "typing-extensions" @@ -1022,4 +1022,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1314c7035ec6af52089d9e2bcaa4d826264f316d46b08097024f63a8f6798b7b" +content-hash = "20f500528e658339e66a6da612f1e8408e554d1b8888b0d8d769114eefddb58d" diff --git a/pyproject.toml b/pyproject.toml index 8f55e2ee..c9b0c5c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ griffe = ">=0.47.0,<0.49" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.3,<9.0.0" pytest-cov = ">=4,<7" -syrupy = "^4.6.0" +syrupy = ">=4.6,<6.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.3"