Skip to content

Commit 650e1d4

Browse files
Bump the packaging group across 1 directory with 2 updates
Bumps the packaging group with 2 updates in the / directory: [packaging](https://github.com/pypa/packaging) and [build](https://github.com/pypa/build). Updates `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) Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: packaging - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packaging ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e15ebb commit 650e1d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements_mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mypy==1.18.2
2222
# via -r requirements_mypy.in
2323
mypy-extensions==1.0.0
2424
# via mypy
25-
packaging==25.0
25+
packaging==26.0
2626
# via hatchling
2727
pathspec==0.12.1
2828
# via

requirements_tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ automat==24.8.1
1212
# via twisted
1313
backports-tarfile==1.2.0
1414
# via jaraco-context
15-
build==1.3.0
15+
build==1.4.0
1616
# via -r requirements_tests.in
1717
certifi==2025.10.5
1818
# via
@@ -85,7 +85,7 @@ more-itertools==10.3.0
8585
# via
8686
# jaraco-classes
8787
# jaraco-functools
88-
packaging==25.0
88+
packaging==26.0
8989
# via
9090
# build
9191
# hatch

0 commit comments

Comments
 (0)