From 33618f4bf5ad3835016cdd8ca7681cb839438bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:26:59 -0500 Subject: [PATCH] build(deps): bump python-levenshtein from 0.25.0 to 0.25.1 (#1292) Bumps [python-levenshtein](https://github.com/rapidfuzz/python-Levenshtein) from 0.25.0 to 0.25.1. - [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.25.0...v0.25.1) --- updated-dependencies: - dependency-name: python-levenshtein dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d559c63..6ea140e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ Pillow==10.2.0 xkcd==2.4.2 pytz==2024.1 asyncpg==0.29.0 -python-Levenshtein==0.25.0 +python-Levenshtein==0.25.1 pillow-heif==0.15.0 \ No newline at end of file