diff options
| author | 2022-12-21 19:10:11 +0000 | |
|---|---|---|
| committer | 2022-12-21 19:10:11 +0000 | |
| commit | e3da6be21c373b34e60b844641d3a6a86d10370d (patch) | |
| tree | 128e34ec6bead06d7a1058d3ec1ccf97f069af52 /pyproject.toml | |
| parent | Bump pep8-naming from 0.13.2 to 0.13.3 (#1173) (diff) | |
Bump rapidfuzz from 2.13.6 to 2.13.7 (#1174)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 18f610cc..06b10a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/ aiodns = "3.0.0" aioredis = "2.0.1" -rapidfuzz = "2.13.6" +rapidfuzz = "2.13.7" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.3.0" |