diff options
| author | 2023-09-25 21:16:19 -0700 | |
|---|---|---|
| committer | 2023-09-25 21:16:19 -0700 | |
| commit | 85906344dd787064e76b8d28e1dfad2477eb5377 (patch) | |
| tree | 1e0df45f1083b99d42a85e1fe8e612acd64d8124 /pyproject.toml | |
| parent | Bump pydis-core from 10.2.0 to 10.3.0 (#1372) (diff) | |
Bump rapidfuzz from 3.3.0 to 3.3.1 (#1375)
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 9e231b28..a189e613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "3.11.*" pydis_core = { version = "10.3.0", extras = ["async-rediscache"] } aiodns = "3.0.0" -rapidfuzz = "3.3.0" +rapidfuzz = "3.3.1" arrow = "1.2.3" beautifulsoup4 = "4.12.2" pillow = "10.0.1" |