From f5fa18078b8aa92d4f70aab86016f6e306414340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:36:31 +0000 Subject: [PATCH] deps(deps): update packaging requirement 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/21.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index a6c81ec..f13f67d 100644 --- a/constraints.txt +++ b/constraints.txt @@ -20,7 +20,7 @@ pyyaml>=6.0,<7.0 tabulate>=0.9.0,<1.0.0 tqdm>=4.64.0,<5.0.0 psutil>=6.1.0,<8.0.0 -packaging>=21.0,<27.0 +packaging>=26.2,<27.0 # Fuzzy matching dependencies rapidfuzz>=3.0.0,<4.0.0