diff options
| author | 2023-04-20 18:07:13 +0000 | |
|---|---|---|
| committer | 2023-04-20 18:07:13 +0000 | |
| commit | 60d9028690297e3ab773296ce6035723c96af682 (patch) | |
| tree | 51ba19e09ca1c87063d0598381f784fa57c945fe /pyproject.toml | |
| parent | Merge pull request #2550 from python-discord/filtering-ignore-bot-edits-fix (diff) | |
Bump rapidfuzz from 2.15.1 to 3.0.0
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.15.1 to 3.0.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.15.1...v3.0.0)
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
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 d11791b2b..41855ee9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ more-itertools = "9.1.0" python-dateutil = "2.8.2" python-frontmatter = "1.0.0" pyyaml = "6.0" -rapidfuzz = "2.15.1" +rapidfuzz = "3.0.0" regex = "2023.3.23" sentry-sdk = "1.19.1" tldextract = "3.4.0" |