Skip to content

Commit

Permalink
fix: python/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-WERKZEUG-8309091
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
  • Loading branch information
snyk-bot committed Oct 29, 2024
1 parent f268421 commit 391a971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requests==2.32.2
sentry-sdk==2.8.0
six==1.16.0
urllib3==1.26.19
Werkzeug==2.2.2
Werkzeug==3.0.6
zipp==3.19.1
zope.event==4.5.0
zope.interface==5.4.0

0 comments on commit 391a971

Please sign in to comment.