From 3b563e37a6842338873170e87ef970f39cfc406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:36:25 +0000 Subject: [PATCH] chore(deps): bump torch from 1.9.0 to 1.12.0 in /e2e_tests/tests Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: torch 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..448ae1e8964 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -3,7 +3,7 @@ appdirs pytest>=6.0.1 pytest-timeout pexpect -torch==1.9.0 +torch==1.12.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'