From 1dbdee9446b509f9f524f9ca8b6d30ffe2710e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:04:09 +0000 Subject: [PATCH] Update inline-snapshot requirement from >=0.31 to >=0.32.7 Updates the requirements on [inline-snapshot](https://github.com/15r10nk/inline-snapshot) to permit the latest version. - [Release notes](https://github.com/15r10nk/inline-snapshot/releases) - [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md) - [Commits](https://github.com/15r10nk/inline-snapshot/compare/0.31.0...0.32.7) --- updated-dependencies: - dependency-name: inline-snapshot dependency-version: 0.32.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fa1f9cd..f8e3fb07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ coverage = [ "diff-cover>=9.7", ] test = [ - "inline-snapshot>=0.31", + "inline-snapshot>=0.32.7", "PyYAML>=6", "pytest>=8.3", "pytest-benchmark>=5",