diff --git a/poetry.lock b/poetry.lock index 129c95fc..d134f2e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1114,7 +1114,7 @@ python-versions = ">=3.5" [[package]] name = "sphinx" -version = "3.4.3" +version = "3.5.2" description = "Python documentation generator" category = "dev" optional = false @@ -1140,7 +1140,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]] @@ -1368,7 +1368,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "f505d64321c419e123dd6a55c760c5c2adeef72c39266283f4b7aced47190c66" +content-hash = "a8a18d6f095334d1c88ac101afc857a2160a9dc35af7aeac6a5fc87261ad66c4" [metadata.files] alabaster = [ @@ -2028,8 +2028,8 @@ soupsieve = [ {file = "soupsieve-2.0.1.tar.gz", hash = "sha256:a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"}, ] 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 40e7f0fb..b6e2e3b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,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.0" flake8 = "^3.8.4"