From 4b8a07285247eb605595911f467837e9cd921e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:25:39 +0000 Subject: [PATCH] Bump torch from 1.13.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.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.13.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9f5a7e..5fbcd75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ regex==2022.10.31 requests==2.28.1 srt==3.5.2 tokenizers==0.13.2 -torch==1.13.0 +torch==1.13.1 tqdm==4.64.1 transformers==4.25.1 typing_extensions==4.4.0