Skip to content

Commit

Permalink
[Dependencies] Upgrade Flask-CORS to version 4.0.2 to address CVE-202…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Oct 8, 2024
1 parent ded31e9 commit c2f0f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask-Cors==3.0.10
Flask-Cors==4.0.2
Flask==2.3.3
Werkzeug==2.3.8
boto3==1.24.30
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ flask==2.3.3
# via
# -r requirements.in
# flask-cors
flask-cors==3.0.10
flask-cors==4.0.2
# via -r requirements.in
idna==3.4
# via requests
Expand Down Expand Up @@ -93,7 +93,6 @@ s3transfer==0.6.1
six==1.16.0
# via
# ecdsa
# flask-cors
# python-dateutil
tomli==2.0.1
# via pytest
Expand Down

0 comments on commit c2f0f11

Please sign in to comment.