From b6cedba26090b492098151e7b73696b190351385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:25:34 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [torch](https://github.com/pytorch/pytorch) and [cryptography](https://github.com/pyca/cryptography). Updates `torch` from 2.12.0 to 2.12.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/compare/v2.12.0...v2.12.1) Updates `cryptography` from 46.0.7 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d31a1871712..c2203ee90ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "langchain-aws==1.4.6", "langgraph==1.1.10", "deepagents==0.5.8", - "torch==2.12.0", + "torch==2.12.1", "numpy==1.26.4", "sentence-transformers==5.0.0", "qianfan==0.4.12.3", @@ -63,7 +63,7 @@ dependencies = [ "jsonpath-ng==1.8.0", "markdownify==1.2.2", "polib==1.2.0", - "cryptography==46.0.7" + "cryptography==48.0.1" ] [tool.uv]