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 authored and alee committed Jul 11, 2024
1 parent faabb03 commit da8cbb4
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 @@ django-contact-form==1.7.0
django-extensions==2.2.1
django-haystack==2.8.1
django-model-utils==3.2.0
djangorestframework==3.12.4
djangorestframework==3.15.2
django-cas-client==1.5.1
psycopg2-binary==2.8.3
pysolr==3.8.0
Expand Down

0 comments on commit da8cbb4

Please sign in to comment.