From 424eb4588e172a1bc0fbffa914c72a87d39522ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:53:12 +0000 Subject: [PATCH] Update packaging requirement from <23.2,>=20.1 to >=20.1,<23.3 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/20.1...23.2) --- 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 78d5aebb..95b2e7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "hdbscan>=0.8.20,<=0.8.33", "lxml>=4.4,<4.10", "numpy>=1.22.0,<1.25.3", - "packaging>=20.1,<23.2", + "packaging>=20.1,<23.3", "pandas>=1.4.0,<2.1.1", "progressbar2>=3.39,<4.3", "python-levenshtein>=0.21.0,<0.22",