From 7302c42ccff07f9a58261c016d361ae877c9f6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:42:55 +0000 Subject: [PATCH] pip prod(deps): update packaging requirement from <26.2 to <26.3 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.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' 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 5288fd0b78..6c9532e8df 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.2 +packaging<26.3