Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

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-DJANGO-1066259
  • Loading branch information
snyk-bot committed Feb 2, 2021
1 parent 2a26022 commit ae0b01f
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 @@ -4,7 +4,7 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
django==2.0.2
django==2.2.18
djangorestframework-jwt==1.11.0
djangorestframework==3.7.7
pyjwt==1.5.3 # via djangorestframework-jwt
Expand Down

0 comments on commit ae0b01f

Please sign in to comment.