Skip to content

Commit

Permalink
Update werkzeug dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Himani Deshpande committed Oct 4, 2024
1 parent f54aad7 commit 2d824fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-Cors==3.0.10
Flask-Cors==5.0.0
Flask==2.3.3
Werkzeug==2.3.8
Werkzeug==3.1.0
boto3==1.24.30
requests==2.31.0
urllib3==1.26.18
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ urllib3==1.26.18
# -r requirements.in
# botocore
# requests
werkzeug==2.3.8
werkzeug==3.1.0
# via
# -r requirements.in
# flask
Expand Down

0 comments on commit 2d824fd

Please sign in to comment.