From 5c40a44b62cd2489ce6bebd10d01d8c476ba58ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:49:26 +0000 Subject: [PATCH] Bump sphinx from 6.2.1 to 7.2.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 7.2.2. - [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.2.1...v7.2.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5439da6..133b2be 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==6.2.1 +sphinx==7.2.2 sphinx_rtd_theme nbsphinx jupyter diff --git a/requirements-dev.txt b/requirements-dev.txt index 13eb52c..3a646a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ coverage==7.3.0 pytest==7.4.0 papermill==2.4.0 jupyter==1.0.0 -sphinx==6.2.1 +sphinx==7.2.2 sphinx_rtd_theme==1.3.0 nbsphinx==0.9.2