From 3465f8b8b2481b2e386335cdaa867caf2fdc840f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:31:14 +0000 Subject: [PATCH] build(deps-dev): 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/23.2...24.0) --- updated-dependencies: - dependency-name: packaging 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 e7ce6af698..ef6110d9dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "drf-extensions~=0.7.1", "iso8601~=2.0", "markdown~=3.4", - "packaging~=23.2", + "packaging>=23.2,<25.0", "pypandoc~=1.11", "requests-toolbelt~=1.0", "rules~=3.3",