diff --git a/poetry.lock b/poetry.lock index 54530031..5a3ff9e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1583,7 +1583,7 @@ python-versions = "*" [[package]] name = "sphinx" -version = "4.3.1" +version = "4.3.2" description = "Python documentation generator" category = "main" optional = true @@ -1609,7 +1609,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]] @@ -2024,7 +2024,7 @@ docs = ["emoji", "importlib-metadata", "myst-parser", "pygments", "python-dotenv [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "82d5e7993581d4000836a45a37bad608e987ceffbafd23b5c3d192ed05b45d14" +content-hash = "b9a5bffb0361f93ccd0bccdc55dd6ad549288af40cb05f9e49319913a4b0a9f8" [metadata.files] alabaster = [ @@ -3063,8 +3063,8 @@ snowballstemmer = [ {file = "snowballstemmer-2.1.0.tar.gz", hash = "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"}, ] 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-autoapi = [ {file = "sphinx-autoapi-1.8.4.tar.gz", hash = "sha256:8c4ec5fbedc1e6e8f4692bcc4fcd1abcfb9e8dfca8a4ded60ad811a743c22ccc"}, diff --git a/pyproject.toml b/pyproject.toml index 7d5becf9..14ea209d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ importlib-metadata = { version = "^4.9.0", optional = true} myst-parser = { version = "^0.16.1", optional = true} pygments = { version = "^2.10.0", optional = true} python-dotenv = { version = "^0.19.2", optional = true} -sphinx = { version = "^4.3.1", optional = true} +sphinx = { version = "^4.3.2", optional = true} sphinx-autoapi = { version = "^1.8.4", optional = true} sphinx-rtd-theme = { version = "^1.0.0", optional = true} sphinxcontrib-confluencebuilder = { version = "^1.7.1", optional = true}