diff --git a/poetry.lock b/poetry.lock index 907ae7da..bf103150 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3461,13 +3461,13 @@ files = [ [[package]] name = "sphinx" -version = "7.0.1" +version = "7.1.1" 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.1-py3-none-any.whl", hash = "sha256:4e6c5ea477afa0fb90815210fd1312012e1d7542589ab251ac9b53b7c0751bce"}, + {file = "sphinx-7.1.1.tar.gz", hash = "sha256:59b8e391f0768a96cd233e8300fe7f0a8dc2f64f83dc2a54336a9a84f428ff4e"}, ] [package.dependencies] @@ -3883,4 +3883,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "74300d7ec20c670457e447b525552e191b9d64fe06be603a6aa9ca76f66191c8" +content-hash = "067f847230044ea103f4ac8cee818b58aae11e9581715834ec217759cf559fc0" diff --git a/pyproject.toml b/pyproject.toml index b62b588c..66566537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ black = "^23.1.0" # Documentation Dependencies PyYaml = ">=6.0" -Sphinx = "==7.0.1" +Sphinx = "==7.1.1" argh = ">=0.26.2" autodocsumm = ">=0.2.9" m2r2 = ">=0.3.3"