From e586e36b9790ee0fc874939e5bca4d073ef0b11d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jul 2023 02:18:47 +0000 Subject: [PATCH] fix: sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-2979829 - https://snyk.io/vuln/SNYK-PYTHON-SCIPY-5759266 --- .../testing/benchmarks/chicago_taxi/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt index 20bef12d0295..11d3cef8b31f 100644 --- a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt +++ b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt @@ -22,3 +22,5 @@ tensorflow-metadata>=0.13.0,<0.14 tensorflow-model-analysis>=0.13.2,<0.14 tensorflow-serving-api>=1.13.0,<1.14 tensorflow-transform>=0.13.0,<0.14 +scipy>=1.8.0 # not directly required, pinned by Snyk to avoid a vulnerability +nbconvert>=6.3.0b0 # not directly required, pinned by Snyk to avoid a vulnerability