diff options
author | 2024-05-08 08:26:36 +0000 | |
---|---|---|
committer | 2024-05-08 08:26:36 +0000 | |
commit | 10a57366f4243ce5d22c6f868f0545f678fe21e3 (patch) | |
tree | 84057049b29f1b44e0a45389104c4cbeae008ff5 /pyproject.toml | |
parent | Bump sentry-sdk from 2.0.1 to 2.1.1 (#3040) (diff) |
Bump rapidfuzz from 3.8.1 to 3.9.0 (#3039)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2393c0b7c..3efe78b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ markdownify = "0.12.1" more-itertools = "10.2.0" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.8.1" +rapidfuzz = "3.9.0" regex = "2024.4.28" sentry-sdk = "2.1.1" tldextract = "5.1.2" |