diff options
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 bdd9d744..f6ee4e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "^3.11" -"discord.py" = "~=2.3.2" +"discord.py" = "~=2.4" async-rediscache = { version = "1.0.0rc2", optional = true } fakeredis = { version = "~=2.0", extras = ["lua"], optional = true } pydantic = "~=2.6" |