aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 14:04:47 +0000
committerGravatar GitHub <[email protected]>2024-03-25 14:04:47 +0000
commitc854c03e4c49e885927709da051e537e08c9a000 (patch)
tree05a4c6f7bb34839e1c288ad4725b28078371ab97 /pyproject.toml
parentRemoved inactive users from `CODEOWNERS` (#2967) (diff)
Bump rapidfuzz from 3.6.2 to 3.7.0 (#2971)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.6.2 to 3.7.0. - [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.6.2...v3.7.0) --- 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 c4cfe0a14..3e26e662f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ markdownify = "0.11.6"
more-itertools = "10.2.0"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
-rapidfuzz = "3.6.2"
+rapidfuzz = "3.7.0"
regex = "2023.12.25"
sentry-sdk = "1.43.0"
tldextract = "5.1.2"