From 94259844abddee49208b4b61fc00459c121202e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:19:33 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 4.4.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 4.4.0. - [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.4.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..c7610f42 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 +sphinx==4.4.0 sphinx-autodoc-typehints>=1.10.3 PyQt5>=5.9.0