diff options
author | 2024-05-31 00:04:38 +0000 | |
---|---|---|
committer | 2024-05-31 00:04:38 +0000 | |
commit | eac1e4d6ea80c410b93cd259d51bc2dd7c3afe13 (patch) | |
tree | ce6f32e916030c03c3d2ebd4cbf8279de393ec06 /pyproject.toml | |
parent | Bump ruff from 0.4.5 to 0.4.6 (#3079) (diff) |
Bump rapidfuzz from 3.9.1 to 3.9.2 (#3080)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.1 to 3.9.2.
- [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.1...v3.9.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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 76e418aeb..357145c0a 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.9.1" +rapidfuzz = "3.9.2" regex = "2024.5.15" sentry-sdk = "2.3.1" tldextract = "5.1.2" |