diff options
| author | 2023-08-03 11:05:32 +0100 | |
|---|---|---|
| committer | 2023-08-03 11:05:32 +0100 | |
| commit | 15a96502cbaf34183caf207953cf287f59dd1d8f (patch) | |
| tree | 3ac6c8c66d987ea45dfd6ec07ae1ecc1f399df56 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.29.0 to 1.29.2 (#1338) (diff) | |
Bump rapidfuzz from 3.1.2 to 3.2.0 (#1341)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.1.2 to 3.2.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/v3.1.2...v3.2.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 13e6247d..bb73e318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "3.11.*" pydis_core = { version = "10.1.0", extras = ["async-rediscache"] } aiodns = "3.0.0" -rapidfuzz = "3.1.2" +rapidfuzz = "3.2.0" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "10.0.0" |