From 372309cdebc7db76794d52de8004c759e7e134e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:23:40 +0000 Subject: [PATCH] Bump syrupy from 4.7.1 to 4.7.2 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.7.1 to 4.7.2. - [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.1...v4.7.2) --- updated-dependencies: - dependency-name: syrupy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f518852..fe65ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "maus[tree]==0.6.1", "pytest==8.3.3", "pytest-loguru==0.4.0", - "syrupy==4.7.1" + "syrupy==4.7.2" ] type_check = [ "mypy==1.11.2"