diff --git a/poetry.lock b/poetry.lock index 9ab65c9d..762dc580 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1337,13 +1337,13 @@ files = [ [[package]] name = "sphinx" -version = "7.0.1" +version = "7.1.2" description = "Python documentation generator" optional = false python-versions = ">=3.8" files = [ - {file = "Sphinx-7.0.1.tar.gz", hash = "sha256:61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d"}, - {file = "sphinx-7.0.1-py3-none-any.whl", hash = "sha256:60c5e04756c1709a98845ed27a2eed7a556af3993afb66e77fec48189f742616"}, + {file = "sphinx-7.1.2-py3-none-any.whl", hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe"}, + {file = "sphinx-7.1.2.tar.gz", hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f"}, ] [package.dependencies] @@ -1592,4 +1592,4 @@ oidc = ["keyring", "requests_auth"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e03fbf906721ed0fe27a89203abe823674d7a32619b9c3ce86de20ca0f944735" +content-hash = "f88307fcc29839a2095194c28b2ad260105d8188154d6253404481a5f74054ed" diff --git a/pyproject.toml b/pyproject.toml index f6555eff..838e16e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ optional = true # Doc packages ansys-sphinx-theme = { version = "0.10.2" } numpydoc = { version = "1.5.0" } -sphinx = { version = "7.0.1" } +sphinx = { version = "7.1.2" } sphinx-notfound-page = { version = "0.8.3" } sphinx-copybutton = { version = "0.5.2" }