From 592220d456a09db3ab6eeab7bd072fbbba4fe298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:06:27 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 5.3.1 to 5.3.2 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 5.3.1 to 5.3.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/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.3.2 dependency-type: direct:development 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 6fe3a2a..b8cffe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test_packaging = [ ] tests = [ "pytest==9.1.0", - "syrupy==5.3.1" + "syrupy==5.3.2" ] type_check = [ "mypy==2.1.0"