From 24b12bea1ccddd53a993fdd8ff61f691f91c40c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:26:48 +0000 Subject: [PATCH] chore(deps): bump torch from 1.9.0 to 1.11.0 in /e2e_tests/tests Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.11.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.11.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..bd25ad920be 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.11.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'