From 7968cb445b773a15c6a6c2d1827b07b117d155a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:39:58 +0000 Subject: [PATCH 1/2] Bump torch from 2.1.1 to 2.1.2 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9110e8f..3dc866f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ markdown-poster @ https://github.com/Lightning-Universe/MarkDown-poster_component/archive/refs/heads/main.zip rich==13.7.0 -torch==2.1.1 +torch==2.1.2 torchvision==0.16.1 gradio==3.41.2 transformers==4.36.2 From 348120fc71822223f2ccd84f2e3fa039187368c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:40:38 +0100 Subject: [PATCH 2/2] Bump torchvision from 0.16.1 to 0.16.2 (#56) Bumps [torchvision](https://github.com/pytorch/vision) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3dc866f..c4e80bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ markdown-poster @ https://github.com/Lightning-Universe/MarkDown-poster_component/archive/refs/heads/main.zip rich==13.7.0 torch==2.1.2 -torchvision==0.16.1 +torchvision==0.16.2 gradio==3.41.2 transformers==4.36.2 nbconvert==7.8.0