Skip to content

Commit

Permalink
Update Werkzeug
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 4, 2024
1 parent 44dd518 commit 451a2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"quart~=0.19.4",
"quart-trio~=0.11.1",
"trio~=0.27.0",
"Werkzeug~=3.0.1",
"Werkzeug~=3.1.1",
'exceptiongroup >= 1.2.0; python_version < "3.11"',
'tomli >= 2.0.1; python_version < "3.11"',
]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ python-sane~=2.9.1
quart~=0.19.4
quart-trio~=0.11.1
trio~=0.27.0
Werkzeug~=3.0.1
Werkzeug~=3.1.1
exceptiongroup >= 1.2.0; python_version < "3.11"
tomli >= 2.0.1; python_version < "3.11"
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ typing-extensions==4.12.2
# quart
uv==0.4.29
# via -r test-requirements.in
werkzeug==3.0.6
werkzeug==3.1.1
# via
# -r test-requirements.in
# flask
Expand Down

0 comments on commit 451a2f7

Please sign in to comment.