From 6491690dfe712105731b7b629b49e1c328afb6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:03:12 +0530 Subject: [PATCH] security(deps): update torch requirement from >=1.12.0 to >=1.13.1 (#716) Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/ciflow/torchtitan/157149...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb7498f3..a69169a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "umap-learn>=0.5.12", "spacy>=3.4.0", "transformers>=4.20.0", - "torch>=1.12.0", + "torch>=1.13.1", "sentence-transformers>=2.2.0", "rdflib>=6.2.0", "networkx>=2.8.0", @@ -129,7 +129,7 @@ db-all = [ # ---- Embedding / Models ---- models-huggingface = [ "transformers>=4.20.0", - "torch>=1.12.0" + "torch>=1.13.1" ] # ---- Graph Backends ----