From 430ab10f65576b39c0af659742657a616309dd22 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 18 Apr 2025 17:38:34 +0000
Subject: [PATCH] Bump torch from 2.2.0 to 2.6.0

Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.6.0.
- [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.2.0...v2.6.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index cc464de..4708e21 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ json==2.0.9
 requests==2.32.2
 cryptography==43.0.1
 panel==0.14.4
-torch==2.2.0
+torch==2.6.0
 uvicorn==0.18.2
 fastapi==0.92.0
 gunicorn==22.0.0