Skip to content

Commit

Permalink
dev: fix werkzeug vulnerabilities (#434)
Browse files Browse the repository at this point in the history
Pin werkzeug >= 3.0.3 to address all active security vulnerabilities.
This is possible now that httpbin has been forked into the PSF org, and
a new version has been released (v0.10.0) that is compatible with new
werkzeug versions.
  • Loading branch information
hemberger committed May 7, 2024
1 parent 9d7201d commit 1ad5ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest-flake8
pytest-httpbin
pytest-mock
requests_mock >= 1.3.0
werkzeug < 2.1.0
werkzeug >= 3.0.3
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 1ad5ccb

Please sign in to comment.