diff options
-rw-r--r-- | docs/changelog.rst | 6 | ||||
-rw-r--r-- | poetry.lock | 2 | ||||
-rw-r--r-- | pyproject.toml | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 7a2becd5..d95ba628 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`11.6.0 <18th February 2025>` +- :bug:`302` Bump Discord.py to :literal-url:`2.5.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-5-0>`. + + - :release:`11.5.1 <23rd November 2024>` - :bug:`295` Update :obj:`pydis_core.utils.regex.DISCORD_INVITE` to not be overly strict. @@ -24,7 +28,7 @@ Changelog - :release:`11.2.0 <22nd June 2024>` -- :support:`244` Bump Discord.py to :literal-url:`2.4.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.4.0>`. +- :support:`244` Bump Discord.py to :literal-url:`2.4.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-4-0>`. - :release:`11.1.0 <30th March 2024>` - :support:`210` Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12 diff --git a/poetry.lock b/poetry.lock index ea8238b6..81b10237 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2302,4 +2302,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e3f86ef64f89644f8294d49051a13d149a61fb91396c86e07a3223fe9bcfe6a7" +content-hash = "a815e7f4aa1cae4e4c4e2d429c5fe7c0cffbf3db0d9c25c029cb033e3b5222f7" diff --git a/pyproject.toml b/pyproject.toml index 16bb312e..b3fa878d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.5.1" +version = "11.6.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "^3.11" -"discord.py" = "~=2.4" +"discord.py" = "~=2.5" async-rediscache = { version = "1.0.0rc2", optional = true } fakeredis = { version = "~=2.0", extras = ["lua"], optional = true } pydantic = "~=2.6" |