Skip to content

Commit 7d87c9d

Browse files
Update werkzeug requirement from <2.1 to <3.1 (#940)
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@0.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acf7d15 commit 7d87c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trio-typing==0.10.0
2020
pytest==8.2.2
2121
pytest-httpbin==2.0.0
2222
pytest-trio==0.8.0
23-
werkzeug<2.1 # See: https://github.com/psf/httpbin/issues/35
23+
werkzeug<3.1 # See: https://github.com/psf/httpbin/issues/35
2424

2525
# Benchmarking and profiling
2626
uvicorn==0.30.1

0 commit comments

Comments
 (0)