From 118de89d3b6fc0b154dd6ac5e27ae70bdaa66b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:33:56 +0000 Subject: [PATCH] Update syrupy requirement from ~=5.0 to ~=5.1 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.0.0...v5.1.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.1.0 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..0b2a959700 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~=5.1", "types-requests~=2.32", ]