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-AUTHLIB-3152686
- https://snyk.io/vuln/SNYK-PYTHON-AUTHLIB-3152687
  • Loading branch information
snyk-bot committed Dec 2, 2022
1 parent dbe18b4 commit 3495998
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 @@ -8,7 +8,7 @@ asgiref==3.4.1
# via django
attrs==21.2.0
# via jsonschema
authlib==0.15.4
authlib==1.1.0
# via drf-oidc-auth
bcrypt==3.2.0
# via paramiko
Expand Down

0 comments on commit 3495998

Please sign in to comment.