aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-23 20:28:35 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-23 20:28:35 +0100
commita474ff8cf37c14f76262308a9258265ae2bf4197 (patch)
treec56ffe829d59972e3495797ab50938e891e01f72 /pyproject.toml
parentBump Python version to 3.10 (diff)
Bump async-rediscache to 1.0.0-rc1v8.0.0-beta.1
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 68f310fa..b8253d4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
python = "3.10.*"
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"}
-async-rediscache = { version = "0.2.0", extras = ["fakeredis"], optional = true }
+async-rediscache = { version = "1.0.0-rc1", extras = ["fakeredis"], optional = true }
statsd = "3.3.0"
aiodns = "3.0.0"