From 5ed61fd25b028071af1ca00bd9f23a7bb3efed2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 12:48:37 +0000 Subject: [PATCH] build(deps): bump tensorflow from 2.4.3 to 2.9.2 in /examples/tests Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.3 to 2.9.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.9.2/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.4.3...v2.9.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/requirements.txt b/examples/tests/requirements.txt index 36aa9385767..318f1cf56eb 100644 --- a/examples/tests/requirements.txt +++ b/examples/tests/requirements.txt @@ -1,6 +1,6 @@ # pytest 6.0 has linter-breaking changes pytest>=6.0.1 -tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' +tensorflow==2.9.2; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' torch==1.7.1 torchvision==0.8.2