aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-02-18 19:30:54 +0000
committerGravatar Chris Lovering <[email protected]>2025-02-18 19:32:39 +0000
commit500a3033b4c07869157a71f2ca807056e49c2352 (patch)
tree7a03c3d37925493aa69d32d46b0f38c996fa0dad /pyproject.toml
parentBump dev deps (diff)
Bump discord.py up to 2.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 16bb312e..b3fa878d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydis_core"
-version = "11.5.1"
+version = "11.6.0"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"
@@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"]
[tool.poetry.dependencies]
python = "^3.11"
-"discord.py" = "~=2.4"
+"discord.py" = "~=2.5"
async-rediscache = { version = "1.0.0rc2", optional = true }
fakeredis = { version = "~=2.0", extras = ["lua"], optional = true }
pydantic = "~=2.6"