aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock11
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index eeeb049e..f5494b61 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -169,6 +169,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[package.source]
type = "url"
url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"
+
[[package]]
name = "distlib"
version = "0.3.4"
@@ -740,7 +741,7 @@ python-versions = ">=3.6"
[[package]]
name = "sphinx"
-version = "4.3.1"
+version = "4.3.2"
description = "Python documentation generator"
category = "dev"
optional = false
@@ -766,7 +767,7 @@ sphinxcontrib-serializinghtml = ">=1.1.5"
[package.extras]
docs = ["sphinxcontrib-websupport"]
-lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.900)", "docutils-stubs", "types-typed-ast", "types-pkg-resources", "types-requests"]
+lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.920)", "docutils-stubs", "types-typed-ast", "types-pkg-resources", "types-requests"]
test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
[[package]]
@@ -940,7 +941,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "1680ac0eba9a0ad48fecc5810b0c0dcb3ced4fad0e1b0763732d3ffdba5ddf27"
+content-hash = "b1e6efb68ccb65e5962e0b97d426d090e5f982198c614a0c1dbb11243dcee67e"
[metadata.files]
aiohttp = [
@@ -1482,8 +1483,8 @@ soupsieve = [
{file = "soupsieve-2.3.1.tar.gz", hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"},
]
sphinx = [
- {file = "Sphinx-4.3.1-py3-none-any.whl", hash = "sha256:048dac56039a5713f47a554589dc98a442b39226a2b9ed7f82797fcb2fe9253f"},
- {file = "Sphinx-4.3.1.tar.gz", hash = "sha256:32a5b3e9a1b176cc25ed048557d4d3d01af635e6b76c5bc7a43b0a34447fbd45"},
+ {file = "Sphinx-4.3.2-py3-none-any.whl", hash = "sha256:6a11ea5dd0bdb197f9c2abc2e0ce73e01340464feaece525e64036546d24c851"},
+ {file = "Sphinx-4.3.2.tar.gz", hash = "sha256:0a8836751a68306b3fe97ecbe44db786f8479c3bf4b80e3a7f5c838657b4698c"},
]
sphinx-autodoc-typehints = [
{file = "sphinx-autodoc-typehints-1.12.0.tar.gz", hash = "sha256:193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52"},
diff --git a/pyproject.toml b/pyproject.toml
index 4e3e238f..0e7d4192 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ python-dotenv = "0.19.2"
pytest = "6.2.5"
pytest-cov = "3.0.0"
pytest-xdist = { version = "2.5.0", extras = ["psutil"] }
-Sphinx = "4.3.1"
+Sphinx = "4.3.2"
tomli = "2.0.0"
GitPython = "3.1.24"
sphinx-autodoc-typehints = "1.12.0"