diff options
author | 2024-03-21 14:50:47 +0000 | |
---|---|---|
committer | 2024-03-21 14:50:47 +0000 | |
commit | 100c984455c0985fd147799a446e4761b80cd7cb (patch) | |
tree | eedb891dbebd36c62a0d765943a83f4e6689a4a6 /pyproject.toml | |
parent | update configuration tests (#2951) (diff) |
Bump rapidfuzz from 3.6.1 to 3.6.2 (#2945)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.6.1 to 3.6.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.6.1...v3.6.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 9d76462a2..c549556fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ markdownify = "0.11.6" more-itertools = "10.2.0" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.6.1" +rapidfuzz = "3.6.2" regex = "2023.12.25" sentry-sdk = "1.43.0" tldextract = "5.1.2" |