Skip to content

Commit

Permalink
fix: requirements/development.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FLASKCORS-7707876
  • Loading branch information
snyk-bot committed Sep 2, 2024
1 parent 548d543 commit 45d1b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ filelock==3.12.2
# via
# tox
# virtualenv
flask-cors==4.0.0
flask-cors==5.0.0
# via apache-superset
flask-testing==0.8.1
# via apache-superset
Expand Down

0 comments on commit 45d1b10

Please sign in to comment.