From ce26b5f572c6fec803e350f567b48eb10d78951d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:42:56 +0000 Subject: [PATCH] pip prod(deps): update packaging requirement from <25.1 to <26.1 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/14.0...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c9e70b018..3d6838202d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ cgen>=2020.1,<2026 codepy>=2019.1,<2025 multidict<6.3 anytree>=2.4.3,<=2.13.0 -packaging<25.1 +packaging<26.1