diff --git a/poetry.lock b/poetry.lock index 8b0a1530..0f53994b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -995,7 +995,7 @@ python-versions = ">=3.6" [[package]] name = "sphinx" -version = "4.3.1" +version = "4.3.2" description = "Python documentation generator" category = "dev" optional = false @@ -1021,7 +1021,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]] @@ -1280,7 +1280,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7aa92cbd452389c4c3bf0af735ac63ed73601cf81cde06a32e0485c2a0be7a6e" +content-hash = "7332e1d577ec21c002b08f7c7e9e7dea5dadfa9aa21fe138a5576fb8c39a69cc" [metadata.files] alabaster = [ @@ -1828,8 +1828,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-autobuild = [ {file = "sphinx-autobuild-2021.3.14.tar.gz", hash = "sha256:de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"}, diff --git a/pyproject.toml b/pyproject.toml index 3b256f14..9ff74d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ safety = "^1.10.3" mypy = "^0.910" typeguard = "^2.13.2" xdoctest = {extras = ["colors"], version = "^0.15.10"} -sphinx = "^4.3.1" +sphinx = "^4.3.2" sphinx-autobuild = ">=2021.3.14" pre-commit = "^2.16.0" flake8 = "^4.0.1"