From e363a5f32e0617a9ff5362bef8fab94b49f095d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 18:49:39 +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-1050413 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-2393361 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-2841408 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-3372999 --- .../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..0fa3213fcb15 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.11.1 tensorflow-data-validation>=0.13.1,<0.14 tensorflow-metadata>=0.13.0,<0.14 tensorflow-model-analysis>=0.13.2,<0.14