diff options
| author | 2023-06-12 14:09:30 +0100 | |
|---|---|---|
| committer | 2023-06-12 14:09:30 +0100 | |
| commit | b37c18ddcf44e7541dc53fafccc9c39f1b777900 (patch) | |
| tree | 84dd4dbeac5e6debb47430b407dc84a583b99a65 /pyproject.toml | |
| parent | Add 'n' alias and 'nom' root alias to 'nominate' command (#2632) (diff) | |
Bump rapidfuzz from 3.0.0 to 3.1.1 (#2634)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.0.0 to 3.1.1.
- [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/v3.0.0...v3.1.1)
---
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 e519466c2..34e15d320 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 = "3.0.0" +rapidfuzz = "3.1.1" regex = "2023.5.5" sentry-sdk = "1.25.1" tldextract = "3.4.4" |