From 126d5e924f0fc3d6c206a54b10503754d1d52c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:43:14 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 5.3.2 to 5.4.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 5.3.2 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.2...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 bef2c72..d7d6933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ dev = [ "pytest==9.1.1", "pytest-cov>=6.0.0", - "syrupy==5.3.2", + "syrupy==5.4.0", ] [[project.maintainers]]