diff options
author | 2024-04-14 13:22:45 +0000 | |
---|---|---|
committer | 2024-04-14 13:22:45 +0000 | |
commit | 8732b9eb1c7948f0d98facc80f6131c3dd6afd7d (patch) | |
tree | 193ef2fead9e69e11452c037c95f101ef9503547 /pyproject.toml | |
parent | Merge pull request #3011 from Hashed0719/main (diff) |
Bump rapidfuzz from 3.7.0 to 3.8.1 (#3006)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.7.0 to 3.8.1.
- [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.7.0...v3.8.1)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 15966822f..df04db666 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.7.0" +rapidfuzz = "3.8.1" regex = "2023.12.25" sentry-sdk = "1.44.1" tldextract = "5.1.2" |