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-DJANGO-8456315
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456316
  • Loading branch information
snyk-bot committed Dec 6, 2024
1 parent 6c92f7f commit 565f6e3
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 @@ -6,7 +6,7 @@ cffi==1.15.1
chardet==3.0.4
cryptography==43.0.1
decorator==4.4.2
Django==4.1.13
Django==4.2.17
django-cors-headers==3.13.0
django-extensions==3.2.1
djangorestframework==3.13.1
Expand Down

0 comments on commit 565f6e3

Please sign in to comment.