Skip to content

Commit

Permalink
fix: requirements.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-SQLALCHEMY-590109
  • Loading branch information
snyk-bot committed Aug 25, 2020
1 parent 16a0648 commit 0e1cbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PyJWT==1.5.3
requests>=2.18.0,<3.0.0
setuptools>=40.3.0
six==1.11.0
SQLAlchemy==1.3.3
SQLAlchemy==1.3.19
temps==0.3.0
userdatamodel>=2.3.3
Werkzeug==0.16.0
Expand Down

0 comments on commit 0e1cbb8

Please sign in to comment.