From 6282f0d43fbfd5dbf168d90dc7a0a9933b736c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:10:05 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 5.3.4 to 5.4.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 5.3.4 to 5.4.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/v5.3.4...v5.4.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4366d7e..dbf9bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test_packaging = [ ] tests = [ "pytest==9.1.1", - "syrupy==5.3.4" + "syrupy==5.4.0" ] type_check = [ "mypy==2.1.0"