From 1d7060c31c665188cf929bbfb23ef165cb0099f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 06:17:49 +0000 Subject: [PATCH] Bump sphinx from 5.1.1 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 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/v5.1.1...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 2111efc..8ec9aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "flake8==6.1.0", "flit==3.9.0", "mypy==1.6.1", - "sphinx==5.1.1", + "sphinx==7.2.6", "ufmt==2.3.0", "usort==1.0.7", ]