Skip to content

Commit 33ab2f3

Browse files
Bump packaging from 25.0 to 26.0
Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...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] <[email protected]>
1 parent 4de4e71 commit 33ab2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nvidia-nvjitlink-cu12==12.8.93 ; python_version >= "3.11" and python_version < "
4141
nvidia-nvshmem-cu12==3.3.20 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"
4242
nvidia-nvtx-cu12==12.8.90 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"
4343
opt-einsum==3.4.0 ; python_version >= "3.11" and python_version < "3.15"
44-
packaging==25.0 ; python_version >= "3.11" and python_version < "3.15"
44+
packaging==26.0 ; python_version >= "3.11" and python_version < "3.15"
4545
pandas==2.3.3 ; python_version >= "3.11" and python_version < "3.15"
4646
parameterized==0.9.0 ; python_version >= "3.11" and python_version < "3.15"
4747
pillow==12.1.0 ; python_version >= "3.11" and python_version < "3.15"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15"
1313
matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15"
1414
mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.15"
1515
numpy==2.4.1 ; python_version >= "3.11" and python_version < "3.15"
16-
packaging==25.0 ; python_version >= "3.11" and python_version < "3.15"
16+
packaging==26.0 ; python_version >= "3.11" and python_version < "3.15"
1717
pandas==2.3.3 ; python_version >= "3.11" and python_version < "3.15"
1818
pillow==12.1.0 ; python_version >= "3.11" and python_version < "3.15"
1919
platformdirs==4.5.1 ; python_version >= "3.11" and python_version < "3.15"

0 commit comments

Comments
 (0)