From a54d2b2b279cfb3d3e970c7e4403003e6a5099f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:28:29 +0000 Subject: [PATCH] chore(deps): bump torchvision from 0.10.0 to 0.14.1 in /e2e_tests/tests Bumps [torchvision](https://github.com/pytorch/vision) from 0.10.0 to 0.14.1. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.10.0...v0.14.1) --- updated-dependencies: - dependency-name: torchvision 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..e6f4daf9f0f 100644 --- a/e2e_tests/tests/requirements.txt +++ b/e2e_tests/tests/requirements.txt @@ -4,7 +4,7 @@ pytest>=6.0.1 pytest-timeout pexpect torch==1.9.0 -torchvision==0.10.0 +torchvision==0.14.1 tensorflow==2.8.4; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.8.0; sys_platform == 'darwin' and platform_machine == 'arm64' pandas