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-DJANGORESTFRAMEWORK-7252137
  • Loading branch information
snyk-bot committed Jun 26, 2024
1 parent 484e2a6 commit 0607b70
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
@@ -1,5 +1,5 @@
asgiref==3.4.1
Django==3.2.19
djangorestframework==3.12.4
djangorestframework==3.15.2
pytz==2021.1
sqlparse==0.4.1

0 comments on commit 0607b70

Please sign in to comment.