From 758cfa10a754cdf56eb63bb6bfc726e77fb212fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 20:01:34 +0000 Subject: [PATCH] Update packaging requirement from ~=21.3 to >=21.3,<23.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...22.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..3a995fe7e 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,< 23.0 [options.extras_require] dev =