diff options
| author | 2023-09-14 18:07:08 +0100 | |
|---|---|---|
| committer | 2023-09-14 18:07:08 +0100 | |
| commit | 024025e15dbbe8a497420e72f694d6c24f6f1286 (patch) | |
| tree | c78f43ca212ac5761129c9ac316181ce2a72f19c /pyproject.toml | |
| parent | Bump sentry-sdk from 1.30.0 to 1.31.0 (#1367) (diff) | |
Bump rapidfuzz from 3.2.0 to 3.3.0 (#1366)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.2.0 to 3.3.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.2.0...v3.3.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 7eda21be..0df61816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "3.11.*"  pydis_core = { version = "10.2.0", extras = ["async-rediscache"] }  aiodns = "3.0.0" -rapidfuzz = "3.2.0" +rapidfuzz = "3.3.0"  arrow = "1.2.3"  beautifulsoup4 = "4.12.2"  pillow = "10.0.0"  |