From 56c631e0781261114bcb85081586587191e212ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:39:30 +0000 Subject: [PATCH] Bump sphinx from 5.1.1 to 7.3.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 7.3.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/v5.1.1...v7.3.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 d7b3a09..803a71f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "flake8==6.1.0", "flit==3.9.0", "mypy==1.9.0", - "sphinx==5.1.1", + "sphinx==7.3.6", "ufmt==2.5.1", "usort==1.0.7", ]