From 62270373d2a39912ac70fe78bd14e5e1beee1a94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Nov 2021 22:00:25 +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-TENSORFLOW-1915385 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-1915388 --- .../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..788c0d6dc7c7 100644 --- a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt +++ b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt @@ -16,7 +16,7 @@ jupyter>=1.0,<2 notebook>=5.7.8,<5.8 -tensorflow==1.14.0 +tensorflow==2.4.4 tensorflow-data-validation>=0.13.1,<0.14 tensorflow-metadata>=0.13.0,<0.14 tensorflow-model-analysis>=0.13.2,<0.14