From 9e1ac4f80c3eab4ad90a0748a743394d8bfdadd0 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 26 Jun 2023 09:42:26 +0100 Subject: Bump d.py to 2.3.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 85cbd600..abd852e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.9.1" +version = "9.9.2" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "3.10.* || 3.11.*" -"discord.py" = "2.3.0" +"discord.py" = "2.3.1" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "4.0.1" aiodns = "3.0.0" -- cgit v1.2.3