From add65be352fb1cd1ab0cafc47b1d6dc2c2b83442 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 25 Jul 2022 21:54:35 +0000 Subject: [PATCH] Update dependency Sphinx to v5.1.0 (develop) --- docs/poetry.lock | 30 +++++++++++++++--------------- docs/pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index 7875d71fe..d748cec39 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -15,7 +15,7 @@ optional = false python-versions = ">=3.7" [package.extras] -tests = ["mypy (>=0.800)", "pytest-asyncio", "pytest"] +tests = ["pytest", "pytest-asyncio", "mypy (>=0.800)"] [[package]] name = "babel" @@ -284,7 +284,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "5.0.2" +version = "5.1.0" description = "Python documentation generator" category = "main" optional = false @@ -294,7 +294,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.19" +docutils = ">=0.14,<0.20" imagesize = "*" Jinja2 = ">=2.3" packaging = "*" @@ -310,7 +310,7 @@ sphinxcontrib-serializinghtml = ">=1.1.5" [package.extras] docs = ["sphinxcontrib-websupport"] -lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.950)", "docutils-stubs", "types-typed-ast", "types-requests"] +lint = ["flake8 (>=3.5.0)", "flake8-comprehensions", "flake8-bugbear", "isort", "mypy (>=0.971)", "sphinx-lint", "docutils-stubs", "types-typed-ast", "types-requests"] test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"] [[package]] @@ -325,13 +325,13 @@ python-versions = ">=3.7" sphinx = ">=4,<6" [package.extras] -code_style = ["pre-commit (>=2.12,<3.0)"] -rtd = ["myst-parser (>=0.18.0,<0.19.0)"] -testing = ["myst-parser (>=0.18.0,<0.19.0)", "pytest (>=7.1,<8.0)", "pytest-cov", "pytest-regressions"] -theme_furo = ["furo (>=2022.06.04,<2022.07)"] -theme_pydata = ["pydata-sphinx-theme (>=0.9.0,<0.10.0)"] -theme_rtd = ["sphinx-rtd-theme (>=1.0,<2.0)"] theme_sbt = ["sphinx-book-theme (>=0.3.0,<0.4.0)"] +theme_rtd = ["sphinx-rtd-theme (>=1.0,<2.0)"] +theme_pydata = ["pydata-sphinx-theme (>=0.9.0,<0.10.0)"] +theme_furo = ["furo (>=2022.06.04,<2022.07)"] +testing = ["pytest-regressions", "pytest-cov", "pytest (>=7.1,<8.0)", "myst-parser (>=0.18.0,<0.19.0)"] +rtd = ["myst-parser (>=0.18.0,<0.19.0)"] +code_style = ["pre-commit (>=2.12,<3.0)"] [[package]] name = "sphinx-intl" @@ -397,8 +397,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-htmlhelp" @@ -432,8 +432,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "sphinxcontrib-serializinghtml" @@ -487,7 +487,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "ac763dd1a17e07108c9631483966bdbfc9176f52d643219a0e6a0f89f6a6ae1b" +content-hash = "0ddac192a638b32cc144bbd177b404526871e973ae5edd7b2fc00d727ce970f9" [metadata.files] alabaster = [ @@ -660,8 +660,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, ] sphinx = [ - {file = "Sphinx-5.0.2-py3-none-any.whl", hash = "sha256:d3e57663eed1d7c5c50895d191fdeda0b54ded6f44d5621b50709466c338d1e8"}, - {file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"}, + {file = "Sphinx-5.1.0-py3-none-any.whl", hash = "sha256:50661b4dbe6a4a1ac15692a7b6db48671da6bae1d4d507e814f1b8525b6bba86"}, + {file = "Sphinx-5.1.0.tar.gz", hash = "sha256:7893d10d9d852c16673f9b1b7e9eda1606b420b7810270294d6e4b44c0accacc"}, ] sphinx-design = [ {file = "sphinx_design-0.2.0-py3-none-any.whl", hash = "sha256:5c7117cb4b566bd769dcb4314a64d72257ae89724b4917a8f2ef55459e1d861b"}, diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 2b21c718b..dff6f93f0 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPLv3" [tool.poetry.dependencies] python = "^3.10" -Sphinx = "==5.0.2" +Sphinx = "==5.1.0" sphinx-rtd-theme = "1.0.0" django-environ = "==0.9.0" myst-parser = "==0.18.0"