Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#10099) (#10100)
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-DJANGO-3039675

Co-authored-by: Snyk bot <snyk-bot@snyk.io>
  • Loading branch information
github-actions[bot] and snyk-bot authored Oct 10, 2022
1 parent f14be32 commit d200192
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 @@ -2,7 +2,7 @@
Pillow==9.1.1
lxml==4.9.1
psycopg2==2.9.3
Django==3.2.15
Django==3.2.16

# Other
amqp==5.1.1
Expand Down

0 comments on commit d200192

Please sign in to comment.