Skip to content

Commit 500a303

Browse files
committed
Bump discord.py up to 2.5
1 parent 99bc4e4 commit 500a303

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Changelog
55
=========
66

7+
- :release:`11.6.0 <18th February 2025>`
8+
- :bug:`302` Bump Discord.py to :literal-url:`2.5.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-5-0>`.
9+
10+
711
- :release:`11.5.1 <23rd November 2024>`
812
- :bug:`295` Update :obj:`pydis_core.utils.regex.DISCORD_INVITE` to not be overly strict.
913

@@ -24,7 +28,7 @@ Changelog
2428

2529

2630
- :release:`11.2.0 <22nd June 2024>`
27-
- :support:`244` Bump Discord.py to :literal-url:`2.4.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.4.0>`.
31+
- :support:`244` Bump Discord.py to :literal-url:`2.4.0 <https://discordpy.readthedocs.io/en/stable/whats_new.html#v2-4-0>`.
2832

2933
- :release:`11.1.0 <30th March 2024>`
3034
- :support:`210` Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydis_core"
3-
version = "11.5.1"
3+
version = "11.6.0"
44
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
55
authors = ["Python Discord <[email protected]>"]
66
license = "MIT"
@@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"]
2525
[tool.poetry.dependencies]
2626
python = "^3.11"
2727

28-
"discord.py" = "~=2.4"
28+
"discord.py" = "~=2.5"
2929
async-rediscache = { version = "1.0.0rc2", optional = true }
3030
fakeredis = { version = "~=2.0", extras = ["lua"], optional = true }
3131
pydantic = "~=2.6"

0 commit comments

Comments
 (0)