From 30b43618e6f7eafcc07817bd837382a2b3baac7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:44:19 +0000 Subject: [PATCH] chore(deps): bump tensorflow from 2.8.4 to 2.11.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.4 to 2.11.0. - [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.8.4...v2.11.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e_tests/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/tests/requirements.txt b/e2e_tests/tests/requirements.txt index b85e31bf664..0c8e155f9cc 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -5,7 +5,7 @@ pytest-timeout pexpect torch==1.9.0 torchvision==0.10.0 -tensorflow==2.8.4; sys_platform != 'darwin' or platform_machine != 'arm64' +tensorflow==2.11.0; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.8.0; sys_platform == 'darwin' and platform_machine == 'arm64' pandas pyyaml