diff options
| author | 2023-07-20 10:58:39 +0100 | |
|---|---|---|
| committer | 2023-08-26 11:35:30 +0200 | |
| commit | d3883533ebac1667891a69ec7d4f223d58d41341 (patch) | |
| tree | 782d5c0a9b92802e50d5d813a66b0931eb67b2a4 /pyproject.toml | |
| parent | appease linter (diff) | |
bump pydis_core version to 10.1.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 d993fe23a..57c810ab6 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.9.2", extras = ["async-rediscache"] } +pydis_core = { version = "10.1.0", extras = ["async-rediscache"] } aiohttp = "3.8.5" arrow = "1.2.3" |