From 2d15a9d813712211c13f7196eb6c5ca88982234d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:27:03 +0000 Subject: [PATCH] chore(deps): bump tensorflow-macos in /e2e_tests/tests Bumps [tensorflow-macos](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.9.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tensorflow-macos 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 603038bf9ba..bf1bbe192f5 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -6,7 +6,7 @@ pexpect torch==1.9.0 torchvision==0.10.0 tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' -tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' +tensorflow-macos==2.9.2; sys_platform == 'darwin' and platform_machine == 'arm64' pandas pyyaml docker