From 7506f82bcaa1addf21551f3e83e45d1c1564a83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:58:51 +0000 Subject: [PATCH] build(deps): bump syrupy from 4.7.2 to 4.8.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.2 to 4.8.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.7.2...v4.8.0) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:production 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 254dc38..600e2d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.3.3", - "syrupy==4.7.2", + "syrupy==4.8.0", ] [[project.maintainers]]