From d416b325e313c83bc8a1d1d3753ea9ffaf5bdb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:03:22 +0000 Subject: [PATCH] Bump sphinx from 2.4.4 to 6.1.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 6.1.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v6.1.1/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.4.4...v6.1.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..da1d50d2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==2.4.4 +sphinx==6.1.1 sphinx-autodoc-typehints>=1.10.3 PyQt5>=5.9.0