From 4586a6127d8b580f2dae39adfbe8d07b497259a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:47:28 +0000 Subject: [PATCH] Bump sphinx from 7.1.1 to 7.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.1 to 7.1.2. - [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.1.1...v7.1.2) --- 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 f7c5a05f9..8f72df438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -283,7 +283,7 @@ dependencies = [ dev = [ "PyYAML==6.0.1", "Sphinx-Substitution-Extensions==2022.2.16", - "Sphinx==7.1.1", + "Sphinx==7.1.2", "VWS-Test-Fixtures==2023.3.5", "black==23.7.0", "check-manifest==0.49",