Skip to content

Commit

Permalink
fix: docs/examples/python-custom-runtime/custom-model/requirements.tx…
Browse files Browse the repository at this point in the history
…t to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
- https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-3319937
- https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-5538332
  • Loading branch information
snyk-bot committed Jul 15, 2024
1 parent 3d48699 commit 3cb875c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mlserver==1.3.2
scikit-learn==1.4.0
joblib==1.3.2
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
starlette>=0.27.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 3cb875c

Please sign in to comment.