From 3c6f70efac418158d57f59ed19490623c0af8158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 06:06:47 +0000 Subject: [PATCH] build(deps): bump python-levenshtein from 0.21.1 to 0.22.0 Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein) from 0.21.1 to 0.22.0. - [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.1...v0.22.0) --- updated-dependencies: - dependency-name: python-levenshtein dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8190f1c85..58bf75308 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ Pillow==10.0.0 xkcd==2.4.2 pytz==2023.3.post1 asyncpg==0.28.0 -python-Levenshtein==0.21.1 +python-Levenshtein==0.22.0 pillow-heif==0.13.0 \ No newline at end of file