From 3b0d0c6d4714ef97f464b961e0e718f09985128c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:42:53 +0000 Subject: [PATCH] pip prod(deps): update packaging requirement from <26.1 to <26.2 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.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' 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 87b29dac9d..5288fd0b78 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<26.1 +packaging<26.2