Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#24)
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-DJANGO-559326
  • Loading branch information
snyk-bot committed Mar 7, 2020
1 parent 418100f commit e6b18bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
certifi==2019.3.9
chardet==3.0.4
Django==2.2.10
Django==2.2.11
django-background-tasks==1.2.0
django-ratelimit==2.0.0
ecdsa>=0.13.3
Expand Down

0 comments on commit e6b18bb

Please sign in to comment.