From aebf61f3d0dfb4c6a23ce4aa493de3676e119757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:23:13 +0000 Subject: [PATCH] Bump packaging from 25.0 to 26.2 Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.2. - [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/25.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 49c08347..9d751c7d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,7 +8,7 @@ coverage[toml]==7.13.0 # via pytest-cov iniconfig==2.3.0 # via pytest -packaging==25.0 +packaging==26.2 # via pytest pluggy==1.6.0 # via