From 7b744d5938adb9634c34d19a7de21f57ed2e4c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:38:16 +0000 Subject: [PATCH] Bump torch from 1.0.0 to 1.13.1 in /scripts/code_summarization Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.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.0.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/code_summarization/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/code_summarization/requirements.txt b/scripts/code_summarization/requirements.txt index e984be6db..551efb746 100644 --- a/scripts/code_summarization/requirements.txt +++ b/scripts/code_summarization/requirements.txt @@ -1,6 +1,6 @@ nltk==3.4.5 numpy==1.15.4 scikit_learn==0.20.2 -torch==1.0.0 +torch==1.13.1 torchtext==0.3.1 tqdm==4.29.0