aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-26 10:03:36 +0000
committerGravatar GitHub <[email protected]>2022-09-26 10:03:36 +0000
commitbb0d8edbdfeceae0c1efcbc0335b545217f896cb (patch)
treebd0042d01f787d92c6c54e5b9f2f98b9cb7ff078 /pyproject.toml
parentBump 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.toml2
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"