diff options
| author | 2023-12-31 01:46:19 +0000 | |
|---|---|---|
| committer | 2023-12-31 01:46:19 +0000 | |
| commit | d04dbfd31f7675ada28200bf71a338fca6bfc2a8 (patch) | |
| tree | ba09d118fbe04368b5f05a5772cb7d11975cfed1 /pyproject.toml | |
| parent | Bump rapidfuzz from 3.5.2 to 3.6.0 (#1418) (diff) | |
Bump rapidfuzz from 3.6.0 to 3.6.1 (#1419)
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 2c532320..746fd13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "10.5.1", extras = ["async-rediscache"] } -rapidfuzz = "3.6.0" +rapidfuzz = "3.6.1" arrow = "1.3.0" beautifulsoup4 = "4.12.2" pillow = "10.1.0" |