From a474ff8cf37c14f76262308a9258265ae2bf4197 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 23 Jul 2022 20:28:35 +0100 Subject: Bump async-rediscache to 1.0.0-rc1 --- docs/changelog.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index be4f7ee7..1cd89c03 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :breaking:`108` Bump async-rediscache to :literal-url:`1.0.0-rc1 ` - :support:`108` Bump Python version to 3.10.* - :bug:`107` Declare aiodns as a project dependency. - :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core. 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" -- cgit v1.2.3