diff options
| author | 2022-09-26 15:54:51 +0100 | |
|---|---|---|
| committer | 2022-09-26 15:54:51 +0100 | |
| commit | 807ca00ec24c414e6361550f3ca931a5f580a20c (patch) | |
| tree | bd0042d01f787d92c6c54e5b9f2f98b9cb7ff078 /pyproject.toml | |
| parent | Bump rapidfuzz from 2.9.0 to 2.10.0 (#1102) (diff) | |
| parent | Bump rapidfuzz from 2.10.0 to 2.10.1 (diff) | |
Merge pull request #1103 from python-discord/dependabot/pip/rapidfuzz-2.10.1
Bump rapidfuzz from 2.10.0 to 2.10.1
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 580d32a1..31b1143e 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.10.0" +rapidfuzz = "2.10.1" arrow = "1.2.3" beautifulsoup4 = "4.11.1" pillow = "9.2.0" |