From 3d84a8fe64a02ed7eb0872ccba1a1ffa03598609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:52:41 +0000 Subject: [PATCH] Update packaging requirement from <26.0,>=23.0 to >=23.0,<27.0 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/23.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf7510d..eaba997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "rich>=13.0,<14.0", "requests>=2.31.0,<3.0", - "packaging>=23.0,<26.0", + "packaging>=23.0,<27.0", "certifi>=2023.0.0", "credsweeper==1.15.1; python_version >= '3.10'", "sentry-sdk>=1.40.0,<3.0",