From 24407075e62477c2fe7756dcede89d1f15d9f382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:00:46 +0000 Subject: [PATCH] Bump sphinx from 7.2.5 to 7.2.6 (#80) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 21a7957..5dd1e18 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.2.5 +sphinx==7.2.6 sphinx_rtd_theme nbsphinx jupyter diff --git a/requirements-dev.txt b/requirements-dev.txt index cef69fb..7f38a9a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ coverage==7.3.1 pytest==7.4.2 papermill==2.4.0 jupyter==1.0.0 -sphinx<=7.2.5 +sphinx<=7.2.6 sphinx_rtd_theme==1.3.0 nbsphinx==0.9.3