From c47fe8743e8b2e35ea4447d7a8e8cee28a70592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 23:06:09 +0000 Subject: [PATCH] Bump sphinx from 6.2.1 to 7.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 7.0.0. - [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/v6.2.1...v7.0.0) --- 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 2a425a566..6e082acea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -275,7 +275,7 @@ dependencies = [ dev = [ "PyYAML==6.0", "Sphinx-Substitution-Extensions==2022.2.16", - "Sphinx==6.2.1", + "Sphinx==7.0.0", "VWS-Test-Fixtures==2023.3.5", "black==23.3.0", "check-manifest==0.49",