From 0eb5e7dd50bac9cff7ab788bfe77722549cb2870 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Sep 2023 01:37:28 +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-TENSORFLOWMODELANALYSIS-5891032 --- .../testing/benchmarks/chicago_taxi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..4311bc90a7c6 100644 --- a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt +++ b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt @@ -19,6 +19,6 @@ notebook>=5.7.8,<5.8 tensorflow==1.14.0 tensorflow-data-validation>=0.13.1,<0.14 tensorflow-metadata>=0.13.0,<0.14 -tensorflow-model-analysis>=0.13.2,<0.14 +tensorflow-model-analysis>=0.14.0,<0.14 tensorflow-serving-api>=1.13.0,<1.14 tensorflow-transform>=0.13.0,<0.14