From 011c5c99ff4d0ddaf3074cf31c32e67aad03fce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:40:17 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /utils directory: [filelock](https://github.com/tox-dev/py-filelock), [jinja2](https://github.com/pallets/jinja), [torch](https://github.com/pytorch/pytorch) and [requests](https://github.com/psf/requests). Updates `filelock` from 3.15.3 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.3...3.20.3) 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.8.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.8.0) Updates `requests` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.33.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- utils/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index 1ca9bcdd1..a6152e449 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,11 +1,11 @@ -filelock==3.15.3 +filelock==3.20.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.8.0 typing_extensions==4.12.2 -requests==2.32.0 \ No newline at end of file +requests==2.33.0 \ No newline at end of file