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 d6dba46 commit bf65b8d
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 @@ -3,7 +3,7 @@ Django==3.0.5
django-ckeditor==5.9.0
django-cors-headers==3.2.1
django-js-asset==1.2.2
djangorestframework==3.11.0
djangorestframework==3.15.2
html2text==2020.1.16
Pillow==7.1.0
psycopg2-binary==2.8.4
Expand Down

0 comments on commit bf65b8d

Please sign in to comment.