From e6a6a322896c6b89508491beb29cebdc10380540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:16:21 +0000 Subject: [PATCH] Bump tensorflow from 2.6.0 to 2.11.1 in /sdks/python/container Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.0 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.6.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/python/container/base_image_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/base_image_requirements.txt b/sdks/python/container/base_image_requirements.txt index 795c069398ca..ea34ff75ec21 100644 --- a/sdks/python/container/base_image_requirements.txt +++ b/sdks/python/container/base_image_requirements.txt @@ -81,7 +81,7 @@ pandas==1.1.5 ; python_version<"3.7" pandas==1.2.4 ; python_version>="3.7" protorpc==0.12.0 python-gflags==3.1.2 -tensorflow==2.6.0 +tensorflow==2.11.1 nltk==3.5.0 # Packages needed for testing.