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-7886958
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886959
  • Loading branch information
snyk-bot committed Sep 4, 2024
1 parent d5f0a23 commit d8ff11d
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 @@ -7,7 +7,7 @@ certifi==2017.4.17
chardet==3.0.4
coreapi==2.3.3
coreschema==0.0.4
Django==2.2.26
Django==4.2.16
#django-celery-beat==1.1.1
django-celery-beat==2.0.0
django-celery-results==2.0.1
Expand Down

0 comments on commit d8ff11d

Please sign in to comment.