diff --git a/poetry.lock b/poetry.lock index 0e30ef771..8f09999ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -861,7 +861,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "3.4.3" +version = "3.5.2" description = "Python documentation generator" category = "dev" optional = false @@ -887,7 +887,7 @@ sphinxcontrib-serializinghtml = "*" [package.extras] docs = ["sphinxcontrib-websupport"] -lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.790)", "docutils-stubs"] +lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.800)", "docutils-stubs"] test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] [[package]] @@ -1175,7 +1175,7 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "dbc991f53c1d90bb2de58e250805600243b989ffc92bf5da9a24b9e00576e997" +content-hash = "c786beeba245b89d846fea5846cc16c48a6f4a0490845f4c024aa729d19f2554" [metadata.files] aiohttp = [ @@ -1756,8 +1756,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, ] sphinx = [ - {file = "Sphinx-3.4.3-py3-none-any.whl", hash = "sha256:c314c857e7cd47c856d2c5adff514ac2e6495f8b8e0f886a8a37e9305dfea0d8"}, - {file = "Sphinx-3.4.3.tar.gz", hash = "sha256:41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c"}, + {file = "Sphinx-3.5.2-py3-none-any.whl", hash = "sha256:ef64a814576f46ec7de06adf11b433a0d6049be007fefe7fd0d183d28b581fac"}, + {file = "Sphinx-3.5.2.tar.gz", hash = "sha256:672cfcc24b6b69235c97c750cb190a44ecd72696b4452acaf75c2d9cc78ca5ff"}, ] sphinx-autobuild = [ {file = "sphinx-autobuild-2020.9.1.tar.gz", hash = "sha256:4b184a7db893f2100bbd831991ae54ca89167a2b9ce68faea71eaa9e37716aed"}, diff --git a/pyproject.toml b/pyproject.toml index ce0ffa508..ba4494c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ safety = "^1.10.3" mypy = "^0.812" typeguard = "^2.11.1" xdoctest = {extras = ["colors"], version = "^0.15.4"} -sphinx = "^3.4.3" +sphinx = "^3.5.2" sphinx-autobuild = "^2020.9.1" pre-commit = "^2.10.1" flake8 = "^3.8.4"