Skip to content

Commit

Permalink
VULN-458 bump werkzeug to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i1d committed Nov 20, 2024
1 parent d1e4eb3 commit 0d86db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pyyaml==6.0.1
# pre-commit
virtualenv==20.26.3
# via pre-commit
werkzeug==3.0.3
werkzeug==3.1.0
# via
# -c requirements.txt
# flask
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ oscrypto @ git+https://github.com/wbond/oscrypto@master
# Note this is a beta version of impyla that is needed in order to support HTTPS connections on python 3.12.
# It should be updated to stable version 0.20.0 once that is released.
impyla==0.20a1
werkzeug==3.0.3
werkzeug==3.1.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ urllib3==2.2.2
# databricks-sql-connector
# requests
# tableauserverclient
werkzeug==3.0.3
werkzeug==3.1.0
# via
# -r requirements.in
# flask

0 comments on commit 0d86db8

Please sign in to comment.