Skip to content

Commit e686e71

Browse files
generallsnyk-bot
andauthored
fix: openapi/tests/requirements.txt to reduce vulnerabilities (qdrant#2882)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 Co-authored-by: snyk-bot <[email protected]>
1 parent 20cd26f commit e686e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi/tests/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
schemathesis~=3.19.5
22
requests
33
pytest==7.2.2
4-
pytest-timeout==2.1.0
4+
pytest-timeout==2.1.0
5+
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)