Skip to content

Commit 5b31a74

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] <[email protected]>
1 parent cfdfc70 commit 5b31a74

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
@@ -101,7 +101,7 @@ test = [
101101
"pytest-cov >=6.0.0,<7.0.0",
102102
"pytest-env >=1.0.0,<2.0.0",
103103
"pytest_httpserver >=1.0.10,<2.0.0",
104-
"syrupy >=4.0.0,<5.0.0",
104+
"syrupy >=4.0.0,<6.0.0",
105105
]
106106

107107
test-docker = [

0 commit comments

Comments
 (0)