From 32e9462c67a4b4b66856f21d40ae51aa6913c65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:02:22 +0000 Subject: [PATCH] Bump sphinx from 4.3.2 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 6.1.3. - [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/v4.3.2...v6.1.3) --- 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 1a8bde8..4c2cc5b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ flake8-bugbear==22.1.11 flit==3.6.0 mypy==0.931 python-coveralls==2.9.3 -sphinx==4.3.2 +sphinx==6.1.3 sphinx-mdinclude==0.4.0b1 usort==1.0.1 uvloop==0.14.0; python_version < "3.7" and sys_platform != "win32" # pyup: ignore