From 62c189915fb0ea0a334932c7498ad5e43e4bcb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:07:38 +0000 Subject: [PATCH] build(deps): bump syrupy from 4.9.1 to 5.0.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.9.1 to 5.0.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/v4.9.1...v5.0.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 126aeff..a57d756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ dev = [ "pytest==8.4.2", "pytest-cov>=6.0.0", - "syrupy==4.9.1", + "syrupy==5.0.0", ] [[project.maintainers]]