From 951b434ea5daaa5952fd9037f76f84182a469b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:23:49 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 5.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 5.0.1. - [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.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..2cb53d29 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 +sphinx==5.0.1 sphinx-autodoc-typehints>=1.10.3 PyQt5>=5.9.0