From ab9e3d34b4a034ff525b4989dccfad6dc9cc555f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:21:05 +0000 Subject: [PATCH] [pip](deps): Bump sphinx from 7.4.5 to 7.4.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.5...v7.4.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 397ce0f..e5283ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1774,13 +1774,13 @@ files = [ [[package]] name = "sphinx" -version = "7.4.5" +version = "7.4.6" description = "Python documentation generator" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx-7.4.5-py3-none-any.whl", hash = "sha256:9f135d8c1d277db67be514be579c4c4a26c8c0e962219aaca5a721b04bd6d0d8"}, - {file = "sphinx-7.4.5.tar.gz", hash = "sha256:a4abe5385bf856df094c1e6cadf24a2351b12057be3670b99a12c05a01d209f5"}, + {file = "sphinx-7.4.6-py3-none-any.whl", hash = "sha256:915760d6188288a1e30c2cd0d9fa31b1b009bc6e6019cc0c32d16c77d20e86d9"}, + {file = "sphinx-7.4.6.tar.gz", hash = "sha256:116918d455c493fff3178edea12b4fe1c1e4894680fd81e7b7431ea21d47ca52"}, ] [package.dependencies] @@ -2527,4 +2527,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "2742929026ef2d4fe2b9b94cbf98bb0ed11929795ba4ce06851398e492fe0c1a" +content-hash = "05ae2eb5fbf12be6f0764058c0120b05dee0214b8a5d6534d9baf136e4216c99" diff --git a/pyproject.toml b/pyproject.toml index 4475c7a..f476b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ruff = "^0.5" tox = "^4" [tool.poetry.group.docs.dependencies] -sphinx = "^7.4.5" +sphinx = "^7.4.6" sphinx-autobuild = "^2024.4.16" sphinx-copybutton = "^0.5.2" furo = "^2024.7.18"