From 2ef60039a34d932e3ada2755687412322c97a3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 05:18:00 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /utils directory: [jinja2](https://github.com/pallets/jinja) and [torch](https://github.com/pytorch/pytorch). Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6) Updates `torch` from 2.3.1 to 2.4.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.3.1...v2.4.0) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- utils/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index 1ca9bcdd1..16fdacc40 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,11 +1,11 @@ filelock==3.15.3 fsspec==2024.6.0 -Jinja2==3.1.4 +Jinja2==3.1.6 MarkupSafe==2.1.5 mpmath==1.3.0 networkx==3.3 numpy==2.0.0 sympy==1.12.1 -torch==2.3.1 +torch==2.4.0 typing_extensions==4.12.2 requests==2.32.0 \ No newline at end of file