Skip to content

Commit 127d0ef

Browse files
Merge pull request #125 from python-discord/dpy-2.0
Bump Discord.py to the stable 2.0 release.
2 parents 009a139 + 15f93e7 commit 127d0ef

File tree

3 files changed

+59
-54
lines changed

3 files changed

+59
-54
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
44
Changelog
55
=========
6+
7+
- :release:`8.2.0 <18th August 2022>`
8+
- :support:`125` Bump Discord.py to the stable :literal-url:`2.0 release <https://discordpy.readthedocs.io/en/latest/migrating.html>`.
9+
10+
611
- :release:`8.1.0 <16th August 2022>`
712
- :support:`124` Updated :obj:`botcore.utils.regex.DISCORD_INVITE` regex to optionally match leading "http[s]" and "www".
813

poetry.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bot-core"
3-
version = "8.1.0"
3+
version = "8.2.0"
44
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
55
authors = ["Python Discord <info@pythondiscord.com>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ exclude = ["tests", "tests.*"]
1616

1717
[tool.poetry.dependencies]
1818
python = "3.10.*"
19-
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/0eb3d26343969a25ffc43ba72eca42538d2e7e7a.zip"}
19+
"discord.py" = "2.0.0"
2020
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
2121
statsd = "3.3.0"
2222
aiodns = "3.0.0"
@@ -25,8 +25,8 @@ aiodns = "3.0.0"
2525
async-rediscache = ["async-rediscache"]
2626

2727
[tool.poetry.dev-dependencies]
28-
flake8 = "4.0.1"
29-
flake8-annotations = "2.9.0"
28+
flake8 = "5.0.4"
29+
flake8-annotations = "2.9.1"
3030
flake8-bugbear = "22.7.1"
3131
flake8-docstrings = "1.6.0"
3232
flake8-import-order = "0.18.1"
@@ -42,7 +42,7 @@ pytest-cov = "3.0.0"
4242
pytest-xdist = "2.5.0"
4343
Sphinx = "5.1.1"
4444
GitPython = "3.1.27"
45-
sphinx-autodoc-typehints = "1.18.3"
45+
sphinx-autodoc-typehints = "1.19.2"
4646
furo = "2022.6.21"
4747
releases = "1.6.3"
4848
sphinx-multiversion = "0.2.4"

0 commit comments

Comments
 (0)