Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating dependencies versions #4588

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/4588.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: updating `mitmproxy` and `werkzeug` dependencies versions.
type: internal
pr_number: 4588
131 changes: 71 additions & 60 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pre-commit = "^3.5.0"
lxml = "^5.0.0"
uv = "^0.1.5"
toml = "^0.10.2"
werkzeug = "^2.2.0" # Added as mitmproxy8 -> flask<2.1
werkzeug = "^3.0.3"
loguru = "^0.7.2"
pygithub = "^2.2.0"

Expand All @@ -111,7 +111,7 @@ build = ["gsutil"]
generate-unit-tests = ["klara"]

[tool.poetry.group.dev.dependencies]
mitmproxy = "^8.0.0" # if installing zstandard fails, make sure you have python3.x-dev installed.
mitmproxy = "^9.0.0" # if installing zstandard fails, make sure you have python3.x-dev installed.
mock = "^4.0.3"
pytest = "^7.1.1"
pytest-cov = "^4.0.0"
Expand Down
Loading