From cd60beca4cef741e043166b68000a0c7840ac3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:28:14 +0000 Subject: [PATCH] deps(deps): update python-levenshtein requirement Updates the requirements on [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) to permit the latest version. - [Release notes](https://github.com/rapidfuzz/python-Levenshtein/releases) - [Changelog](https://github.com/rapidfuzz/python-Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/rapidfuzz/python-Levenshtein/compare/v0.20.4...v0.27.3) --- updated-dependencies: - dependency-name: python-levenshtein dependency-version: 0.27.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index ec2cda5..edc00f3 100644 --- a/constraints.txt +++ b/constraints.txt @@ -24,7 +24,7 @@ packaging>=21.0,<27.0 # Fuzzy matching dependencies rapidfuzz>=3.0.0,<4.0.0 -python-Levenshtein>=0.20.0,<1.0.0 +python-Levenshtein>=0.27.3,<1.0.0 # Development dependencies pytest>=8.0.0,<10.0.0