aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-28 12:48:49 +0000
committerGravatar GitHub <[email protected]>2022-09-28 12:48:49 +0000
commitca0220a3168f18511d9b3b272f012fce0ff8a2f7 (patch)
tree312f5bf365022c47aa7fd7f2820aab16ee769d8c /pyproject.toml
parentBump sentry-sdk from 1.9.8 to 1.9.9 (#1104) (diff)
Bump rapidfuzz from 2.10.1 to 2.10.2 (#1105)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.10.1 to 2.10.2. - [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.1...v2.10.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 4695cc45..dd6d5e25 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.1"
+rapidfuzz = "2.10.2"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.2.0"