From fcaafcb782dcf020ac397276f290df2ad7d45d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:54:23 +0000 Subject: [PATCH] build(deps): Update syrupy requirement from >=5.5.3 to >=6.0.0 in /tests Updates the requirements on [syrupy](https://github.com/syrupy-project/syrupy) to permit the latest version. - [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/v5.5.3...v6.0.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index f88eeb8..8158c11 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.0" requires-python = ">=3.11" dependencies = [ "pytest>=9.1.1", - "syrupy>=5.5.3", + "syrupy>=6.0.0", "sqlalchemy>=2.0.51", ]