From e69946a03eeb8b58085050f8dc60b96fe5e4e681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:03:12 +0000 Subject: [PATCH] Bump packaging from 26.0 to 26.3 in /common Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.3. - [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.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 8b9ecd1d..90500692 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "bump2version == 1.0.1", - "packaging == 26.0", + "packaging == 26.3", "pluggy == 1.6.0", "pyparsing == 3.3.2", "pytest == 9.0.3",