Skip to content

Commit 535e54e

Browse files
committed
fix: appengine/flexible/websockets/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent e177505 commit 535e54e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appengine/flexible/websockets/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gunicorn==23.0.0
44
requests==2.34.2; python_version >= '3.10'
55
markupsafe==2.0.1
66
Werkzeug==3.1.8; python_version >= '3.9'
7+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)