From a1e04659a274c576dd553d13a082722653c9c898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:39:11 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 5.2.0 to 5.5.3 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 5.2.0 to 5.5.3. - [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.2.0...v5.5.3) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.5.3 dependency-type: direct:development 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 fe75acf..6b409ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Issues = "https://github.com/Database-Tycoon/tycoon-cli/issues" dev = [ "pytest==9.0.3", "pytest-cov>=7.1.0", - "syrupy==5.2.0", + "syrupy==5.5.3", ] [project.scripts]