From 5f0bd44835376813cc33357752ea853d460e214e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:27:20 +0000 Subject: [PATCH] Bump torch from 1.5.1+cpu to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.1+cpu to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 912c94f..1fb9ce7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -aiogram==2.9.2 +aiogram==2.9.2 Pillow==8.3.2 requests==2.22.0 -f https://download.pytorch.org/whl/torch_stable.html -torch==1.5.1+cpu +torch==1.13.1 torchvision==0.6.1+cpu \ No newline at end of file