From 959a70fec0726ff7620fdf3be931aae33df0fe74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:57:44 +0000 Subject: [PATCH] Update packaging requirement from <23.3,>=21.3.0 to >=21.3.0,<24.1 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...24.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35e87d1cf0..6beeb1bb83 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def package_files(prefix: str, directory: str, extension: str): 'coolname>=1.1.0,<3', 'tabulate==0.9.0', # for auto-generating tables 'py-cpuinfo>=8.0.0,<10', - 'packaging>=21.3.0,<23.3', + 'packaging>=21.3.0,<24.1', 'importlib-metadata>=5.0.0,<7', 'mosaicml-cli>=0.5.25,<0.7', ]