From cab77675c46ce485f28046929dadacfebddcbeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:01:01 +0000 Subject: [PATCH] Bump sphinx from 7.0.1 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... 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 dc9d0e9..4f0b0a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ flake8==7.0.0 isort==5.12.0 mypy==1.4.1 pygments==2.17.2 -sphinx==7.0.1 +sphinx==7.2.6 tox==4.6.3