diff options
| author | 2022-09-26 10:03:36 +0000 | |
|---|---|---|
| committer | 2022-09-26 10:03:36 +0000 | |
| commit | bb0d8edbdfeceae0c1efcbc0335b545217f896cb (patch) | |
| tree | bd0042d01f787d92c6c54e5b9f2f98b9cb7ff078 /pyproject.toml | |
| parent | Bump rapidfuzz from 2.9.0 to 2.10.0 (#1102) (diff) | |
Bump rapidfuzz from 2.10.0 to 2.10.1
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.10.0...v2.10.1)
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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" |