diff options
| author | 2022-12-09 17:22:31 +0000 | |
|---|---|---|
| committer | 2022-12-09 17:22:31 +0000 | |
| commit | 2f67f53a8b3797cc240068ba10f41b36f8f7a684 (patch) | |
| tree | ce9fa922375c9dc5e5602d8fdcb42f9f54055fdd /pyproject.toml | |
| parent | Merge pull request #1162 from python-discord/dependabot/pip/pip-licenses-4.0.3 (diff) | |
| parent | Bump rapidfuzz from 2.13.2 to 2.13.4 (diff) | |
Merge pull request #1163 from python-discord/dependabot/pip/rapidfuzz-2.13.4
Bump rapidfuzz from 2.13.2 to 2.13.4
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 9a2f92c6..3c0bb7a5 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.2" +rapidfuzz = "2.13.4" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.3.0" |