From f120a0b31514a8bd8864a71e5f1b141c39c90d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:03:06 +0000 Subject: [PATCH] Update packaging requirement from <26,>=25 to >=25,<27 in /python Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 71e71aa643b..d81aaba37bb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cryptography >= 46, < 47", "cwt >= 3.2.0, < 4", "setuptools >= 74, < 81", - "packaging >= 25, < 26" + "packaging >= 25, < 27" ] [tool.setuptools]