Skip to content

Commit 52b3e7c

Browse files
chore(deps): update syrupy requirement
Updates the requirements on [syrupy](https://github.com/syrupy-project/syrupy) to permit the latest version. - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](syrupy-project/syrupy@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f998e0 commit 52b3e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test = [
100100
"pytest-cov >=6.0.0,<7.0.0",
101101
"pytest-env >=1.0.0,<2.0.0",
102102
"pytest_httpserver >=1.0.10,<2.0.0",
103-
"syrupy >=4.0.0,<5.0.0",
103+
"syrupy >=4.0.0,<6.0.0",
104104
]
105105

106106
test-docker = [

0 commit comments

Comments
 (0)