Skip to content

Commit cc3b03f

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-6035177
1 parent b35abb9 commit cc3b03f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ google-api-python-client >= 1.7.8
1010
google-auth == 1.18.0 # temporary workaround
1111
google-cloud-firestore >= 1.4.0; platform.python_implementation != 'PyPy'
1212
google-cloud-storage >= 1.18.0
13+
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)