diff options
author | 2025-01-03 14:27:06 +0000 | |
---|---|---|
committer | 2025-01-03 14:27:06 +0000 | |
commit | 63c1616b4914e4341fd5ee16f99abfb70ce07d51 (patch) | |
tree | c52debc2f789b38bb1ac93062424d95acc676ac4 /pyproject.toml | |
parent | Bump pytest-subtests from 0.13.1 to 0.14.1 (#3225) (diff) |
Bump rapidfuzz from 3.10.1 to 3.11.0 (#3223)
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.10.1 to 3.11.0.
- [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.10.1...v3.11.0)
---
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 75b665a19..f7580cf3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ lxml = "5.3.0" markdownify = "0.14.1" python-dateutil = "2.9.0.post0" python-frontmatter = "1.1.0" -rapidfuzz = "3.10.1" +rapidfuzz = "3.11.0" regex = "2024.11.6" sentry-sdk = "2.19.2" tenacity = "9.0.0" |