From 14dc5daa30d4465a9a31ee48db24b30c242a0ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:09 +0000 Subject: [PATCH] :arrow_up: bump packaging from 24.2 to 26.0 Bumps [packaging](https://github.com/pypa/packaging) from 24.2 to 26.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.2...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..3c0c2052 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0" networkx==3.4.2 ; python_version >= "3.10" and python_version < "4.0" nle==1.1.0 ; python_version >= "3.10" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0" -packaging==24.2 ; python_version >= "3.10" and python_version < "4.0" +packaging==26.0 ; python_version >= "3.10" and python_version < "4.0" pandas-stubs==2.2.3.241009 ; python_version >= "3.10" and python_version < "4.0" pandas==2.2.3 ; python_version >= "3.10" and python_version < "4.0" pillow==11.0.0 ; python_version >= "3.10" and python_version < "4.0"