aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-09 17:20:13 +0000
committerGravatar GitHub <[email protected]>2022-12-09 17:20:13 +0000
commitef624bafac074ecc091fcf58ef20d008daa1b662 (patch)
treece9fa922375c9dc5e5602d8fdcb42f9f54055fdd /pyproject.toml
parentMerge pull request #1162 from python-discord/dependabot/pip/pip-licenses-4.0.3 (diff)
Bump rapidfuzz from 2.13.2 to 2.13.4
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.2 to 2.13.4. - [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.13.2...v2.13.4) --- 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 9a2f92c6..3c0bb7a5 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.2"
+rapidfuzz = "2.13.4"
arrow = "1.2.3"
beautifulsoup4 = "4.11.1"
pillow = "9.3.0"