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-PILLOW-6219984
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986
  • Loading branch information
snyk-bot committed Feb 1, 2024
1 parent d6dba46 commit e16a7df
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 @@ -5,7 +5,7 @@ django-cors-headers==3.2.1
django-js-asset==1.2.2
djangorestframework==3.11.0
html2text==2020.1.16
Pillow==7.1.0
Pillow==10.2.0
psycopg2-binary==2.8.4
python-decouple==3.3
pytz==2019.3
Expand Down

0 comments on commit e16a7df

Please sign in to comment.