From 6de72845f66c046082278c83388bb760a9b8c1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 00:30:02 +0000 Subject: [PATCH] Bump sphinx from 6.1.3 to 7.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.3...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/docs.in | 2 +- requirements/docs.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d47ee9a9..faf24e18 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -172,7 +172,7 @@ six==1.16.0 # flask-rest-jsonapi snowballstemmer==2.2.0 # via sphinx -sphinx==6.1.3 +sphinx==7.0.1 # via # -r requirements/docs.in # pallets-sphinx-themes diff --git a/requirements/docs.in b/requirements/docs.in index 7741e7f9..9d7a132c 100644 --- a/requirements/docs.in +++ b/requirements/docs.in @@ -1,6 +1,6 @@ -r pkg.in Pallets-Sphinx-Themes -Sphinx==6.1.3 +Sphinx==7.0.1 sphinx-issues sphinxcontrib-log-cabinet sphinx-tabs diff --git a/requirements/docs.txt b/requirements/docs.txt index a671106a..6cde8f95 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -108,7 +108,7 @@ six==1.16.0 # flask-rest-jsonapi snowballstemmer==2.2.0 # via sphinx -sphinx==6.1.3 +sphinx==7.0.1 # via # -r requirements/docs.in # pallets-sphinx-themes