aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-19 13:49:03 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-19 13:49:03 +0100
commit83808e99e12887977faacfc6388fbb6db5eef096 (patch)
tree63195f9e3dd83f39ae45b219038c121d4d0e2710
parentBump discord.py to https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b... (diff)
Bump sphinx-autodoc-typehints to 1.18.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--poetry.lock14
-rw-r--r--pyproject.toml2
3 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb64f6bc..f4b21e62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
## 6.0.0 19th April 2022
-- Breaking: Bump discord.py to [987235d5649e7c2b1a927637bab6547244ecb2cf](https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip)
+- Breaking: Bump discord.py to [987235d5649e7c2b1a927637bab6547244ecb2cf](https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf)
- This reverts a change to help command behaviour that broke our custom pagination
- This also adds basic forum channel support to discord.py
diff --git a/poetry.lock b/poetry.lock
index 4f269cc0..203082c6 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -859,18 +859,18 @@ test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
[[package]]
name = "sphinx-autodoc-typehints"
-version = "1.17.0"
+version = "1.18.1"
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
category = "dev"
optional = false
python-versions = ">=3.7"
[package.dependencies]
-Sphinx = ">=4"
+Sphinx = ">=4.5"
[package.extras]
-testing = ["covdefaults (>=2)", "coverage (>=6)", "diff-cover (>=6.4)", "nptyping (>=1)", "pytest (>=6)", "pytest-cov (>=3)", "sphobjinv (>=2)", "typing-extensions (>=3.5)"]
-type_comments = ["typed-ast (>=1.4.0)"]
+testing = ["covdefaults (>=2.2)", "coverage (>=6.3)", "diff-cover (>=6.4)", "nptyping (>=2)", "pytest (>=7.1)", "pytest-cov (>=3)", "sphobjinv (>=2)", "typing-extensions (>=4.1)"]
+type_comments = ["typed-ast (>=1.5.2)"]
[[package]]
name = "sphinxcontrib-applehelp"
@@ -1058,7 +1058,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "f45785ed434064e4c42c8d1b61dbf4468731362e202cc8d662fd49d5ea46f07f"
+content-hash = "ad5eb81c0bb4d4f8211d6598047853585ec910eded7aaa95fa656ac5e0c74766"
[metadata.files]
aiohttp = [
@@ -1740,8 +1740,8 @@ sphinx = [
{file = "Sphinx-4.5.0.tar.gz", hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"},
]
sphinx-autodoc-typehints = [
- {file = "sphinx_autodoc_typehints-1.17.0-py3-none-any.whl", hash = "sha256:081daf53077b4ae1c28347d6d858e13e63aefe3b4aacef79fd717dd60687b470"},
- {file = "sphinx_autodoc_typehints-1.17.0.tar.gz", hash = "sha256:51c7b3f5cb9ccd15d0b52088c62df3094f1abd9612930340365c26def8629a14"},
+ {file = "sphinx_autodoc_typehints-1.18.1-py3-none-any.whl", hash = "sha256:f8f5bb7c13a9a71537dc2be2eb3b9e28a9711e2454df63587005eacf6fbac453"},
+ {file = "sphinx_autodoc_typehints-1.18.1.tar.gz", hash = "sha256:07631c5f0c6641e5ba27143494aefc657e029bed3982138d659250e617f6f929"},
]
sphinxcontrib-applehelp = [
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
diff --git a/pyproject.toml b/pyproject.toml
index 352ffe94..55671b76 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"