From 95b36226671aa9ef8ccb6b7fa40870fcece6b39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 19:22:23 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 5.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 5.0.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.4.4...v5.0.0) --- 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..6c039cac 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 +sphinx==5.0.0 sphinx-autodoc-typehints>=1.10.3 PyQt5>=5.9.0