From fbed2f170c60d4d8ad74021503a6f9af31168ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:19:58 +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 dbb6adc..147c29d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest==8.1.1", "mock==5.1.0", "sphinx-pyproject==0.3.0", - "sphinx==7.0.1", + "sphinx==7.3.7", "Pallets-Sphinx-Themes==2.1.2", "tox==4.15.0" ]