From ef77b69e8293596afca0a4d41d05aa9ae612f57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:20:22 +0000 Subject: [PATCH] Bump python-levenshtein in /api/terraform/python/layer_nlp Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.27.1 to 0.27.3. - [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.27.1...v0.27.3) --- updated-dependencies: - dependency-name: python-levenshtein dependency-version: 0.27.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/terraform/python/layer_nlp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_nlp/requirements.txt b/api/terraform/python/layer_nlp/requirements.txt index 97855fc..7dc4def 100644 --- a/api/terraform/python/layer_nlp/requirements.txt +++ b/api/terraform/python/layer_nlp/requirements.txt @@ -12,7 +12,7 @@ pyyaml==6.0.2 # NLP requirements # -------------------------- -python-Levenshtein==0.27.1 +python-Levenshtein==0.27.3 pyyaml # weather function