diff options
| author | 2022-04-19 17:12:42 +0100 | |
|---|---|---|
| committer | 2022-04-19 17:12:42 +0100 | |
| commit | 98a5cc0f48aa58072f78e3faee90c0b0510f1723 (patch) | |
| tree | 63195f9e3dd83f39ae45b219038c121d4d0e2710 /pyproject.toml | |
| parent | Merge pull request #60 from python-discord/dependabot/pip/flake8-annotations-... (diff) | |
| parent | Bump sphinx-autodoc-typehints to 1.18.1 (diff) | |
Merge pull request #64 from python-discord/bump-d.pyv6.0.0
Bump d.py
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 023cdecf..55671b76 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" @@ -41,7 +41,7 @@ pytest-cov = "3.0.0"  pytest-xdist = "2.5.0"  Sphinx = "4.5.0"  GitPython = "3.1.27" -sphinx-autodoc-typehints = "1.17.0" +sphinx-autodoc-typehints = "1.18.1"  furo = "2022.4.7" | 
