aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-03 13:14:09 +0100
committerGravatar GitHub <[email protected]>2023-08-03 13:14:09 +0100
commitddfc105a89bdfc71af47bf84844e5e33079b1f83 (patch)
treeccfc22e1daf8475a57d9795e34fa9b0a167a8852 /pyproject.toml
parentBump ruff from 0.0.280 to 0.0.282 (#2703) (diff)
Bump rapidfuzz from 3.1.2 to 3.2.0 (#2706)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.1.2...v3.2.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 8c234056e..dbb2faf08 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ markdownify = "0.11.6"
more-itertools = "10.0.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
-rapidfuzz = "3.1.2"
+rapidfuzz = "3.2.0"
regex = "2023.6.3"
sentry-sdk = "1.29.2"
tldextract = "3.4.4"