aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-30 23:43:32 +0000
committerGravatar GitHub <[email protected]>2024-05-30 23:43:32 +0000
commit8ff44d45b24c01fa0f2c063d0e528fdfff79bfe0 (patch)
treea7034101f03e4fe2b9ed22a6860986a3ae56b4e0 /pyproject.toml
parentBump sentry-sdk from 2.3.0 to 2.3.1 (#1539) (diff)
Bump rapidfuzz from 3.9.1 to 3.9.2 (#1543)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.1 to 3.9.2. - [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.9.1...v3.9.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... 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 69518462..3bc66e79 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.9.1"
+rapidfuzz = "3.9.2"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.3.0"