From c47f28d3654dc0e488daab53dfaa5d14b593358d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:28:53 +0000 Subject: [PATCH] Bump sphinx from 6.1.3 to 6.2.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 6.2.1. - [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.1.3...v6.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c06c6827..d0fb2bd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -275,7 +275,7 @@ dependencies = [ dev = [ "PyYAML==6.0", "Sphinx-Substitution-Extensions==2022.2.16", - "Sphinx==6.1.3", + "Sphinx==6.2.1", "VWS-Test-Fixtures==2023.3.5", "black==23.3.0", "check-manifest==0.49",