aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-06 08:43:14 +0000
committerGravatar GitHub <[email protected]>2023-04-06 08:43:14 +0000
commit2022f7b540164a0d8d64c5fed565140b9099e7e8 (patch)
tree52b67f932d3a3bca1e367d97f30d9fb3dcb0e246 /pyproject.toml
parentBump sentry-sdk from 1.18.0 to 1.19.1 (#2511) (diff)
Bump rapidfuzz from 2.13.7 to 2.15.0 (#2507)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.7 to 2.15.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/v2.13.7...v2.15.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 3885a19b7..988cb7d18 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ more-itertools = "9.1.0"
python-dateutil = "2.8.2"
python-frontmatter = "1.0.0"
pyyaml = "6.0"
-rapidfuzz = "2.13.7"
+rapidfuzz = "2.15.0"
regex = "2023.3.23"
sentry-sdk = "1.19.1"
tldextract = "3.4.0"