From 0b336943bfd2b9b3dd8af5bde7b09ac196b0f081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:54:44 +0000 Subject: [PATCH] Bump the packaging group with 2 updates Bumps the packaging group with 2 updates: [packaging](https://github.com/pypa/packaging) and [build](https://github.com/pypa/build). Updates `packaging` from 26.0 to 26.1 - [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/26.0...26.1) Updates `build` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.2...1.4.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packaging - dependency-name: build dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packaging ... Signed-off-by: dependabot[bot] --- requirements_mypy.txt | 2 +- requirements_tests.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_mypy.txt b/requirements_mypy.txt index 92d9e04..5cb761f 100644 --- a/requirements_mypy.txt +++ b/requirements_mypy.txt @@ -24,7 +24,7 @@ mypy==1.19.1 # via -r requirements_mypy.in mypy-extensions==1.0.0 # via mypy -packaging==26.0 +packaging==26.1 # via hatchling pathspec==0.12.1 # via diff --git a/requirements_tests.txt b/requirements_tests.txt index 53b56f0..0dbc8a9 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -12,7 +12,7 @@ automat==24.8.1 # via twisted backports-tarfile==1.2.0 # via jaraco-context -build==1.4.2 +build==1.4.3 # via -r requirements_tests.in certifi==2025.10.5 # via @@ -85,7 +85,7 @@ more-itertools==10.3.0 # via # jaraco-classes # jaraco-functools -packaging==26.0 +packaging==26.1 # via # build # hatch