Skip to content

Commit f07ed25

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
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
1 parent dda74ca commit f07ed25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ pinecone-client==2.2.2
2727
bleach==6.0.0
2828
oauthlib==3.2.2
2929
Pillow==10.0.0
30-
Werkzeug==2.3.8
30+
Werkzeug==3.0.6

0 commit comments

Comments
 (0)