From db3ddff786acfa5657a7966570ef4adab8a9e7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:15:36 +0000 Subject: [PATCH] Bump sphinx from 7.0.1 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.3.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.0.1...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3b19c2..8533e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest==8.1.1", "mock==5.1.0", "sphinx-pyproject==0.1.0", - "sphinx==7.0.1", + "sphinx==7.3.7", "Pallets-Sphinx-Themes==2.1.1", "tox==4.14.2" ]