diff options
| author | 2023-02-28 19:16:40 +0100 | |
|---|---|---|
| committer | 2023-02-28 18:16:40 +0000 | |
| commit | 6218c5628cf1a8468adabbaeba113b2bcbba4029 (patch) | |
| tree | fc15a724750ae0882ad6cded758a7c8dcf252c7f /pyproject.toml | |
| parent | Add default unicode emoji for trashcan (#1217) (diff) | |
Bump pydis-core to 9.5.0 (#1222)
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 4f1adb08..a34a8a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.10.*" # See https://bot-core.pythondiscord.com/ for docs. -pydis_core = { version = "9.4.1", extras = ["async-rediscache"] } +pydis_core = { version = "9.5.0", extras = ["async-rediscache"] } aiodns = "3.0.0" aioredis = "2.0.1" |