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

Bump werkzeug from 2.2.3 to 3.0.1 #283

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-Cors==3.0.10
Flask==2.1.2
Werkzeug==2.2.3
Werkzeug==3.0.1
boto3==1.24.30
requests==2.31.0
python-jose==3.3.0
Expand Down
10 changes: 1 addition & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ click==8.1.3
# via flask
ecdsa==0.18.0
# via python-jose
exceptiongroup==1.1.1
# via pytest
flask==2.1.2
# via
# -r requirements.in
Expand All @@ -32,8 +30,6 @@ flask-cors==3.0.10
# via -r requirements.in
idna==3.4
# via requests
importlib-metadata==6.6.0
# via flask
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
Expand Down Expand Up @@ -85,15 +81,11 @@ six==1.16.0
# ecdsa
# flask-cors
# python-dateutil
tomli==2.0.1
# via pytest
urllib3==1.26.15
# via
# botocore
# requests
werkzeug==2.2.3
werkzeug==3.0.1
# via
# -r requirements.in
# flask
zipp==3.15.0
# via importlib-metadata
Loading