From 9d6d21f2ed044f27b2a1717ca93020ae61794bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:02:37 +0000 Subject: [PATCH] Bump sphinx from 5.0.1 to 7.2.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.1 to 7.2.5. - [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/v5.0.1...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 77dfcd4..882beb3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ mock==3.0.5 pip==22.1.2 pytest==7.1.2 PyYAML==5.4.1 -Sphinx==5.0.1 +Sphinx==7.2.5 tox==3.25.0 watchdog==0.9.0 wheel==0.37.1