From e1938323f3392f674839a8c5204a517ee54d250f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:25:28 +0000 Subject: [PATCH] Bump sphinx from 4.3.0 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.0 to 7.2.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/v4.3.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37aad62..88c225c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pytest==7.2.0", "pytest-env==0.8.1", "pytest-asyncio==0.21.0", - "Sphinx==4.3.0", + "Sphinx==7.2.6", "respx==0.20.1", "deepdiff==6.3.0", ]