From 4d8b57efb305b874129ece1604733ad0fcd721de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:21:20 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 4.3.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 4.3.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.4.4...v4.3.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 70d0e5f2..ee4055c1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 +sphinx==4.3.1 sphinx-autodoc-typehints>=1.10.3 PyQt5>=5.9.0