diff --git a/poetry.lock b/poetry.lock index cfbcdcb1..56194da0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1895,13 +1895,13 @@ files = [ [[package]] name = "sphinx" -version = "7.1.1" +version = "7.1.2" description = "Python documentation generator" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx-7.1.1-py3-none-any.whl", hash = "sha256:4e6c5ea477afa0fb90815210fd1312012e1d7542589ab251ac9b53b7c0751bce"}, - {file = "sphinx-7.1.1.tar.gz", hash = "sha256:59b8e391f0768a96cd233e8300fe7f0a8dc2f64f83dc2a54336a9a84f428ff4e"}, + {file = "sphinx-7.1.2-py3-none-any.whl", hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe"}, + {file = "sphinx-7.1.2.tar.gz", hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f"}, ] [package.dependencies] @@ -2514,4 +2514,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "cd10a4a19060b61dd4aaa6717516489e32bdf5e5409979d75484aae7656201dc" +content-hash = "2899e680674d4de9e81ef8716ab360205636269bef9de8aa9717c6f49343a370" diff --git a/pyproject.toml b/pyproject.toml index 3d09368f..a00b2318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ google-auth = "^2.22.0" [tool.poetry.dev-dependencies] pre-commit = "^3.3.3" -sphinx = "^7.1.1" +sphinx = "^7.1.2" pytest = "^7.4.0" isort = {extras = ["pyproject"], version = "^5.12.0"} black = "^23.7.0"