aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2024-01-31 14:45:38 +0100
committerGravatar GitHub <[email protected]>2024-01-31 14:45:38 +0100
commite5bab98908f57686a71cae91da13655d56be1f66 (patch)
tree84cfd957aedf843c26506abfd00045188389b856 /pyproject.toml
parentBump sentry-sdk from 1.39.2 to 1.40.0 (#2904) (diff)
parentdelete pagination tests (diff)
Merge pull request #2879 from python-discord/use-botcore-paginator
Use `LinePaginator` from `bot-core`
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"