From 6ddf570331e463b7625fa16fdbb797144eeefcf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 04:56:39 +0000 Subject: [PATCH] chore(deps): bump syrupy from 4.8.1 to 4.8.2 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.8.1 to 4.8.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.8.1...v4.8.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 9978d40b..ce65677a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ test = [ "freezegun==1.5.1", "pytest-datafiles==3.0.0", "pytest==8.3.4", - "syrupy==4.8.1", + "syrupy==4.8.2", ] typecheck = [ "kohlrahbi[sqlmodels]",