diff options
author | 2022-04-19 13:47:36 +0100 | |
---|---|---|
committer | 2022-04-19 13:47:36 +0100 | |
commit | fab7da4b9bfbd879e051385575ed04c39e8227ad (patch) | |
tree | 771188ed33160badbada09658150d3e14ecc2031 /pyproject.toml | |
parent | Merge pull request #60 from python-discord/dependabot/pip/flake8-annotations-... (diff) |
Bump discord.py to https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 023cdecf..352ffe94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "5.0.4" +version = "6.0.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" @@ -16,7 +16,7 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" -"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/414759f3723a3fe632ecfc1343a4164a51cd2940.zip"} +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"} async-rediscache = { version = "0.2.0", extras = ["fakeredis"], optional = true } statsd = "3.3.0" |