From 61664ec8bd32a4d3d531197ca502716aa94e3d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:28:17 +0000 Subject: [PATCH] chore(deps): bump torch from 1.9.0 to 1.13.1 in /e2e_tests/tests Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 to 1.13.1. - [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.13.1) --- 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 424ad4cd113..67476241356 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.13.1 torchvision==0.10.0 tensorflow==2.8.4; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.8.0; sys_platform == 'darwin' and platform_machine == 'arm64'