Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"gunicorn >= 19.9.0, < 20.2.0",
"setuptools >= 65.5.1",
"prometheus_client >= 0.7.1, < 0.9.0",
"werkzeug >= 2.1.1, < 2.3",
# Addresses CVE SNYK-PYTHON-WERKZEUG-6035177 and SNYK-PYTHON-WERKZEUG-6808933
"werkzeug >= 2.1.1, <= 3.0.3",
# Addresses CVE SNYK-PYTHON-CRYPTOGRAPHY-3315328
"cryptography >= 39.0.1, < 41.1",
# Addresses CVE SNYK-PYTHON-PYYAML-590151
Expand Down