diff --git a/poetry.lock b/poetry.lock index 579fb01..f804ed8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -928,13 +928,13 @@ files = [ [[package]] name = "sphinx" -version = "7.4.4" +version = "7.4.7" description = "Python documentation generator" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx-7.4.4-py3-none-any.whl", hash = "sha256:0b800d06701329cba601a40ab8c3d5afd8f7e3518f688dda61fd670effc327d2"}, - {file = "sphinx-7.4.4.tar.gz", hash = "sha256:43c911f997a4530b6cffd4ff8d5516591f6c60d178591f4406f0dd02282e3f64"}, + {file = "sphinx-7.4.7-py3-none-any.whl", hash = "sha256:c2419e2135d11f1951cd994d6eb18a1835bd8fdd8429f9ca375dc1f3281bd239"}, + {file = "sphinx-7.4.7.tar.gz", hash = "sha256:242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "23226884882764f71148d4708281911e4b4f3504648fbaa7490943658570ed35" +content-hash = "ec982612971c1564ca490f609ab21acc69ec98564f9020c45b89a63718851174" diff --git a/pyproject.toml b/pyproject.toml index 6bb1f72..5825395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pycodestyle = "2.12.0" mock = "5.1.0" pylint = "3.2.6" setuptools-scm = "8.1.0" -Sphinx = "7.4.4" +Sphinx = "7.4.7" responses = "^0.25.0"