From fa724259dc64c83b47e2c7715f11dc367fc07553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 23:02:27 +0000 Subject: [PATCH] Update sphinx requirement from ~=2.2.0 to ~=6.1.1 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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.2.0...v6.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 4ec568e..de20bff 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ -Sphinx~=2.2.0 +Sphinx~=6.1.1 guzzle_sphinx_theme~=0.7.10