From 045070edc189d2dda3f81b0c8269ba6f9aae0f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:25:13 +0000 Subject: [PATCH] Update packaging requirement from <23,>=21 to >=21,<25 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.0...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04c28d8f70..0fc22f59d0 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ 'pytest-cov>=4,<6', 'pyright==1.1.256', 'toml>=0.10.2,<0.11', - 'packaging>=21,<23', + 'packaging>=21,<25', 'hf_transfer==0.1.3', ]