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-6182918
  • Loading branch information
snyk-bot committed Jan 21, 2024
1 parent fbced37 commit f9143c7
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 @@ -36,7 +36,7 @@ Markdown==3.4.4
mysqlclient==2.1.1
openpyxl==3.1.2
xlrd==1.2.0
Pillow==10.0.0 # required by django-imagekit
Pillow==10.2.0 # required by django-imagekit
psycopg2-binary==2.9.6
cryptography==41.0.3
python-dateutil==2.8.2
Expand Down

0 comments on commit f9143c7

Please sign in to comment.