diff --git a/poetry.lock b/poetry.lock index 44bf30a5..2eaef923 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2944,13 +2944,13 @@ tests = ["pytest"] [[package]] name = "sphinx-rtd-theme" -version = "3.0.1" +version = "3.0.2" description = "Read the Docs theme for Sphinx" optional = true python-versions = ">=3.8" files = [ - {file = "sphinx_rtd_theme-3.0.1-py2.py3-none-any.whl", hash = "sha256:921c0ece75e90633ee876bd7b148cfaad136b481907ad154ac3669b6fc957916"}, - {file = "sphinx_rtd_theme-3.0.1.tar.gz", hash = "sha256:a4c5745d1b06dfcb80b7704fe532eb765b44065a8fad9851e4258c8804140703"}, + {file = "sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl", hash = "sha256:422ccc750c3a3a311de4ae327e82affdaf59eb695ba4936538552f3b00f4ee13"}, + {file = "sphinx_rtd_theme-3.0.2.tar.gz", hash = "sha256:b7457bc25dda723b20b086a670b9953c859eab60a2a03ee8eb2bb23e176e5f85"}, ] [package.dependencies] @@ -3472,4 +3472,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.12" -content-hash = "b08110cac887ee7feba7d55b4e033097d3ac3b6eededc2af09a195a9d65cdaf4" +content-hash = "78dd1ae55652a5871ea117b77e396fc0994eecd767503fac12817e115e35a619" diff --git a/pyproject.toml b/pyproject.toml index 427a0ffc..fc1c0f27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Sphinx = { version = "7.1.2", optional = true } sphinx-click = { version = "6.0.0", optional = true } sphinx-issues = { version = "4.1.0", optional = true } nbsphinx = { version = ">=0.8.8,<0.10.0", optional = true } -sphinx-rtd-theme = { version = "3.0.1", optional = true } +sphinx-rtd-theme = { version = "3.0.2", optional = true } sphinx-autodoc-typehints = { version = "2.0.1", optional = true } autoapi = { version = "2.0.1", optional = true } sphinx-autoapi = { version = "3.3.3", optional = true }