diff options
| author | 2023-06-12 04:52:13 +0000 | |
|---|---|---|
| committer | 2023-06-12 04:52:13 +0000 | |
| commit | be9cf10979133d83dd823cd2bb0708eb01676880 (patch) | |
| tree | c579e2ff37019fc97398322ed365f5da90a4277f /pyproject.toml | |
| parent | Bump emoji from 2.4.0 to 2.5.0 (#1293) (diff) | |
Bump rapidfuzz from 3.1.0 to 3.1.1 (#1291)
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 4229f060..cd6a1ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "3.11.*"  pydis_core = { version = "9.6.0", extras = ["async-rediscache"] }  aiodns = "3.0.0" -rapidfuzz = "3.1.0" +rapidfuzz = "3.1.1"  arrow = "1.2.3"  beautifulsoup4 = "4.12.2"  pillow = "9.5.0"  |