From 937c74387ab5b0e2c2e062f0826313a0137c4218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:23:05 +0000 Subject: [PATCH] Bump sphinx from 7.0.1 to 7.3.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.3.5. - [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.5) --- 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 7c9cfab..b84410e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest==8.1.1", "mock==5.0.2", "sphinx-pyproject==0.1.0", - "sphinx==7.0.1", + "sphinx==7.3.5", "Pallets-Sphinx-Themes==2.1.1", "tox==4.14.2" ]