From e52b15666a14111dd41b28fc217990f1f8f7e89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:59:31 +0000 Subject: [PATCH] Update packaging requirement from >=24.2 to >=26.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/24.2...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' 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 6f77dfd..33278ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ authors = [ classifiers = ["Private :: Do Not Upload"] dependencies = [ "docutils>=0.21.2", - "packaging>=24.2", + "packaging>=26.0", ] description = "Tool to help facilitate prawcore and PRAW releases." name = "praw-release"