Skip to content

Commit

Permalink
fix: requirements/production.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 2, 2024
1 parent 74c4ec2 commit ea74137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==2.3.2
mgz==1.8.22
pillow==9.5.0
pillow==10.2.0

0 comments on commit ea74137

Please sign in to comment.