aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-14 12:21:36 +0100
committerGravatar GitHub <[email protected]>2024-04-14 12:21:36 +0100
commitcfffe4ab16d9ce2e0ded75057c247e6e43d9b31f (patch)
tree3df9c4f8361d2be91786c1f407f3bee39d2fc73a /pyproject.toml
parentMerge pull request #1510 from python-discord/dependabot/pip/idna-3.7 (diff)
Bump rapidfuzz from 3.7.0 to 3.8.1 (#1508)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.7.0 to 3.8.1. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e3254c6..45c0974b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis_core = { version = "11.1.0", extras = ["all"] }
-rapidfuzz = "3.7.0"
+rapidfuzz = "3.8.1"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.3.0"