From 06444604b57a39d7f12cf19625803aaf7590cdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:46:19 +0000 Subject: [PATCH] Update python-levenshtein requirement Updates the requirements on [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) to permit the latest version. - [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases) - [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/maxbachmann/python-Levenshtein/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: python-levenshtein 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 d3022b2d..7ce7991c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "packaging>=20.1,<23.3", "pandas>=1.4.0,<2.1.3", "progressbar2>=3.39,<4.3", - "python-levenshtein>=0.21.0,<0.22", + "python-levenshtein>=0.21.0,<0.24", "python-slugify>=7.0.0,<8.1", "pyyaml>=6.0,<6.1", "scikit-learn>=1.2.0,<1.3.1",