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 ba36239 commit fe47c28
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 @@ -4,7 +4,7 @@ django-filter
django-nested-admin>=3.3.2
django-taggit<=1.5.1
django-taggit-serializer
pillow>=7.2.0
pillow>=10.2.0
python-magic>=0.4.18
pymongo>=4.0
django-rest-framework
Expand Down

0 comments on commit fe47c28

Please sign in to comment.