aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-27 20:43:49 +0000
committerGravatar GitHub <[email protected]>2022-06-27 20:43:49 +0000
commitdad96b338988b08e63f221ecba69092302bf01c8 (patch)
treec77627f20eb44e0a45ac011b8b3738b12e5603c4
parentMerge pull request #89 from python-discord/dependabot/pip/furo-2022.6.21 (diff)
Bump sphinx from 4.5.0 to 5.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock14
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock
index 9492123a..f8820d2f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -837,7 +837,7 @@ python-versions = ">=3.6"
[[package]]
name = "sphinx"
-version = "4.5.0"
+version = "5.0.2"
description = "Python documentation generator"
category = "dev"
optional = false
@@ -847,7 +847,7 @@ python-versions = ">=3.6"
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
-docutils = ">=0.14,<0.18"
+docutils = ">=0.14,<0.19"
imagesize = "*"
importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
Jinja2 = ">=2.3"
@@ -864,8 +864,8 @@ sphinxcontrib-serializinghtml = ">=1.1.5"
[package.extras]
docs = ["sphinxcontrib-websupport"]
-lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.931)", "docutils-stubs", "types-typed-ast", "types-requests"]
-test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
+lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.950)", "docutils-stubs", "types-typed-ast", "types-requests"]
+test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"]
[[package]]
name = "sphinx-autodoc-typehints"
@@ -1093,7 +1093,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "23763f0fc8662aea269984b4a3f8c20180b4f055817a500a3fc0cfca4ed5683a"
+content-hash = "af6f49b310596e43c9915fbbfb2afed51f68d020dabe2ae9c8392daf11a6b25a"
[metadata.files]
aiohttp = [
@@ -1775,8 +1775,8 @@ soupsieve = [
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
]
sphinx = [
- {file = "Sphinx-4.5.0-py3-none-any.whl", hash = "sha256:ebf612653238bcc8f4359627a9b7ce44ede6fdd75d9d30f68255c7383d3a6226"},
- {file = "Sphinx-4.5.0.tar.gz", hash = "sha256:7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6"},
+ {file = "Sphinx-5.0.2-py3-none-any.whl", hash = "sha256:d3e57663eed1d7c5c50895d191fdeda0b54ded6f44d5621b50709466c338d1e8"},
+ {file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"},
]
sphinx-autodoc-typehints = [
{file = "sphinx_autodoc_typehints-1.18.3-py3-none-any.whl", hash = "sha256:20294de2a818bda04953c5cb302ec5af46138c81980ad9efa6d8fc1fc4242518"},
diff --git a/pyproject.toml b/pyproject.toml
index 8cbdd55c..02f8379b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ python-dotenv = "0.20.0"
pytest = "7.1.2"
pytest-cov = "3.0.0"
pytest-xdist = "2.5.0"
-Sphinx = "4.5.0"
+Sphinx = "5.0.2"
GitPython = "3.1.27"
sphinx-autodoc-typehints = "1.18.3"
furo = "2022.6.21"