diff options
| author | 2022-11-07 20:29:19 +0000 | |
|---|---|---|
| committer | 2022-11-07 20:29:19 +0000 | |
| commit | 83a1b91b2777a6728b1e0e198b45da7307571356 (patch) | |
| tree | 112dc91ff245b03d87d8f5033e7596b3ecd13ff1 /pyproject.toml | |
| parent | Merge pull request #1095 from Diabolical5777/main (diff) | |
| parent | Bump rapidfuzz from 2.13.0 to 2.13.2 (diff) | |
Merge pull request #1144 from python-discord/dependabot/pip/rapidfuzz-2.13.2
Bump rapidfuzz from 2.13.0 to 2.13.2
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 65400a28..2dac6d34 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.0" +rapidfuzz = "2.13.2" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.3.0" |