From dcd2fbbe6ab82420aa7224aa9080ad20dcb2e87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:32:28 +0000 Subject: [PATCH] Update syrupy requirement from ~=5.0 to ~=2026.4 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/commits) --- updated-dependencies: - dependency-name: syrupy dependency-version: 2026.4.6.124150327040 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcc35745f2..1efc6f8d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "pre-commit~=4.3", "pytest~=9.0", "ruff>=0.15.5", - "syrupy~=5.0", + "syrupy~=2026.4", "types-requests~=2.32", ]