From e14d7a42bca4cd33b45bab0650a8bf0073916335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:56:02 +0000 Subject: [PATCH] build(deps): Update syrupy requirement from >=4 to >=5.5.3 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/v4.0.0...v5.5.3) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.5.3 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 d61b801..8cde9cf 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.0" requires-python = ">=3.11" dependencies = [ "pytest>=8", - "syrupy>=4", + "syrupy>=5.5.3", "sqlalchemy>=2", ]