aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-31 01:46:48 +0000
committerGravatar GitHub <[email protected]>2023-12-31 01:46:48 +0000
commit8f5a763a369e593b5965e887165cdbf42d5e84b9 (patch)
tree7fc8bef23cb023fcf4f16890c078bd1a1d2316db /pyproject.toml
parentMerge pull request #2868 from python-discord/dependabot/pip/coverage-7.4.0 (diff)
Bump rapidfuzz from 3.6.0 to 3.6.1 (#2870)
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 641128f04..68be22e7b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ markdownify = "0.11.6"
more-itertools = "10.1.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.1"
-rapidfuzz = "3.6.0"
+rapidfuzz = "3.6.1"
regex = "2023.12.25"
sentry-sdk = "1.39.1"
tldextract = "5.1.1"