aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-08 23:22:47 +0000
committerGravatar GitHub <[email protected]>2024-03-08 23:22:47 +0000
commit93f22d2ea95f0543f965521d16ccf77f79d00e8a (patch)
treef21cbfde329983b3910ea761e19a98962a3363ae /pyproject.toml
parentBump sentry-sdk from 1.40.6 to 1.41.0 (#1472) (diff)
Bump rapidfuzz from 3.6.1 to 3.6.2 (#1470)
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 afb5854a..3e9fe1ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.11.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis_core = { version = "10.7.0", extras = ["async-rediscache"] }
-rapidfuzz = "3.6.1"
+rapidfuzz = "3.6.2"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.2.0"