aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-06 12:45:45 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-06 12:45:45 +0100
commit1370871bbef3c92cb183f68afc9617c0acd9a48e (patch)
tree3024727e9bd66987e6fec300a24e928add5c796c /pyproject.toml
parentBump dependencies to latest (diff)
Bump d.py to 2.2.3
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 e974e45d..aeddacb3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"]
[tool.poetry.dependencies]
python = "3.10.* || 3.11.*"
-"discord.py" = "2.2.2"
+"discord.py" = "2.2.3"
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
statsd = "4.0.1"
aiodns = "3.0.0"