diff options
| author | 2024-08-31 19:03:12 +0000 | |
|---|---|---|
| committer | 2024-08-31 19:03:12 +0000 | |
| commit | 5a7cdb8b8c467af63041d430f0a09f1e1a6c7d42 (patch) | |
| tree | de5b4f370e4d477ec24636546db360d8169251ec /pyproject.toml | |
| parent | Bump regex from 2024.5.15 to 2024.7.24 (#3137) (diff) | |
Bump rapidfuzz from 3.9.4 to 3.9.6 (#3158)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.4 to 3.9.6.
- [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.9.4...v3.9.6)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 80bd0f657..1deef82b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ lxml = "5.2.2" markdownify = "0.13.1" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.9.4" +rapidfuzz = "3.9.6" regex = "2024.7.24" sentry-sdk = "2.13.0" tldextract = "5.1.2" |