From 63bab6f5ebbba006338f71cbef339aab0d7e1df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 20:01:51 +0000 Subject: [PATCH] Update packaging requirement from ~=21.3 to >=21.3,<24.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/21.3...23.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c2967c89e..bed037324 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ install_requires = psutil ~= 5.9 rich ~= 12.4 platformdirs ~= 2.5 - packaging ~= 21.3 + packaging >= 21.3,< 24.0 [options.extras_require] dev =