From 405e60a8d3298f48555716e894464a6b83a89210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:16:55 +0000 Subject: [PATCH] Bump sphinx from 7.4.4 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.4 to 7.4.7. - [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.4...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ac19c5c..a15d59f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "myst_parser==3.0.1", "nbsphinx==0.9.4", "sphinx-copybutton==0.5.2", - "sphinx==7.4.4", + "sphinx==7.4.7", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.2.2"]