From 4ae9061bf1e5c6030ac57e6d575531e5c9e9e7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 05:36:03 +0000 Subject: [PATCH] Bump sphinx from 7.2.5 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78952758b..9f9cfe20b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -286,7 +286,7 @@ dependencies = [ dev = [ "PyYAML==6.0.1", "Sphinx-Substitution-Extensions==2022.2.16", - "Sphinx==7.2.5", + "Sphinx==7.2.6", "VWS-Test-Fixtures==2023.3.5", "black==23.9.1", "check-manifest==0.49",