From 37b82a2ffd155b034ac54eb1831e438e5ec3e00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 05:14:41 +0000 Subject: [PATCH] Bump sphinx from 4.3.2 to 5.1.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 5.1.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/v4.3.2...v5.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- requirements/rtd.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 6ecac658..f01f2b50 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,3 +1,3 @@ -sphinx==4.3.2 +sphinx==5.1.0 sphinx-autobuild==0.6.0 jinja2==2.11.3 diff --git a/requirements/rtd.txt b/requirements/rtd.txt index cf39d6da..73a5b1c9 100644 --- a/requirements/rtd.txt +++ b/requirements/rtd.txt @@ -1,4 +1,4 @@ -sphinx==4.3.2 +sphinx==5.1.0 sphinx-autobuild==0.6.0 jinja2==2.11.3 future==0.18.2