Skip to content

Commit

Permalink
fix: requirements.macos.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 d5f0a23 commit 1bc7e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tzlocal==1.5.1
uritemplate==3.0.0
urllib3==1.26.5
vine==1.3.0
Werkzeug==2.0.1
Werkzeug==3.0.6
zipp==0.6.0
django-filter==2.4.0
django-cors-headers==3.2.0
Expand Down

0 comments on commit 1bc7e95

Please sign in to comment.