Skip to content

Commit 9e1ac4f

Browse files
committed
Bump d.py to 2.3.1
1 parent 4c1060a commit 9e1ac4f

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
Changelog
55
=========
66

7+
78
- :bug:`187` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`.
9+
- :bug:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`.
10+
811

912
- :release:`9.9.2 <2nd July 2023>`
1013
- :bug:`185` Update expiry label from 1 month to 30 days in paste service.

poetry.lock

Lines changed: 10 additions & 10 deletions
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 = "9.9.1"
3+
version = "9.9.2"
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.10.* || 3.11.*"
2727

28-
"discord.py" = "2.3.0"
28+
"discord.py" = "2.3.1"
2929
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
3030
statsd = "4.0.1"
3131
aiodns = "3.0.0"

0 commit comments

Comments
 (0)