Skip to content

Commit

Permalink
chore(Poetry): remove pinned werkzeug, then "poetry lock --no-update"
Browse files Browse the repository at this point in the history
The relevant httpbin issue has been resolved and is compatible with
newer werkzeug.
  • Loading branch information
cfm authored and legoktm committed May 15, 2024
1 parent 811b0d7 commit 03bb417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proxy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ python = "^3.11"
pytest = "^7.4.3"
pytest-httpbin = "^2.0.0"
# needed for httpbin, see https://github.com/psf/httpbin/issues/36
werkzeug = "<2.1.0"

0 comments on commit 03bb417

Please sign in to comment.