diff options
| author | 2023-05-06 13:23:27 +0100 | |
|---|---|---|
| committer | 2023-05-06 13:23:27 +0100 | |
| commit | ef484bef5cae7c8cf0e1720824be483a64c83cf5 (patch) | |
| tree | ea0fc0176f18331756c19d110ee6edf4e5100898 /pyproject.toml | |
| parent | add CLIENT_TOKEN in lint ci (diff) | |
bump bot-core to 9.6.0
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 88f527bc..f5cae253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } +pydis_core = { version = "9.6.0", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.0.0" |