aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-31 19:03:12 +0000
committerGravatar GitHub <[email protected]>2024-08-31 19:03:12 +0000
commit5a7cdb8b8c467af63041d430f0a09f1e1a6c7d42 (patch)
treede5b4f370e4d477ec24636546db360d8169251ec /pyproject.toml
parentBump regex from 2024.5.15 to 2024.7.24 (#3137) (diff)
Bump rapidfuzz from 3.9.4 to 3.9.6 (#3158)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6. - [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.4...v3.9.6) --- 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 80bd0f657..1deef82b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ lxml = "5.2.2"
markdownify = "0.13.1"
python-dateutil = "2.9.0.post0"
python-frontmatter = "1.1.0"
-rapidfuzz = "3.9.4"
+rapidfuzz = "3.9.6"
regex = "2024.7.24"
sentry-sdk = "2.13.0"
tldextract = "5.1.2"