diff options
author | 2024-01-31 14:40:30 +0100 | |
---|---|---|
committer | 2024-01-31 14:41:19 +0100 | |
commit | 325d68cf8158da9cc6e03bc5eefd7a2c06530a0d (patch) | |
tree | 82f7e26cd964fdb11afaba942ebcb1f4dc346df1 /pyproject.toml | |
parent | Bump sentry-sdk from 1.39.2 to 1.40.0 (#2904) (diff) |
bump pydis_core version
This version contains the paginator classes
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 d50773899..e67e69498 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 = "10.5.1", extras = ["async-rediscache"] } +pydis_core = { version = "10.7.0", extras = ["async-rediscache"] } aiohttp = "3.9.3" arrow = "1.3.0" |