From 08e70202ce3ac0a1cda0db50e779876a9e59ad77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:48:21 +0000 Subject: [PATCH] Bump syrupy from 4.8.1 to 4.9.1 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.8.1 to 4.9.1. - [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.8.1...v4.9.1) --- 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 afe8546..aec7281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ test = [ "pytest == 8.3.4", "pytest-asyncio == 0.25.3", "pytest-cov == 6.0.0", - "syrupy == 4.8.1" + "syrupy == 4.9.1" ] lint = [ "ruff == 0.9.4"