aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 09:41:36 +0100
committerGravatar GitHub <[email protected]>2023-07-24 09:41:36 +0100
commitefd6c47aa48b40e7ff7e0882fa9c0d3587f87b19 (patch)
tree2006525219cf6a699d377d5f0c51fb0facd2d32e /pyproject.toml
parentProperly capitalize "Python" in tags (#2690) (diff)
Bump rapidfuzz from 3.1.1 to 3.1.2 (#2689)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.1.1 to 3.1.2. - [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.1...v3.1.2) --- 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 7d57c6c79..89a3e2ccb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ markdownify = "0.11.6"
more-itertools = "9.1.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
-rapidfuzz = "3.1.1"
+rapidfuzz = "3.1.2"
regex = "2023.6.3"
sentry-sdk = "1.28.1"
tldextract = "3.4.4"