From c26ca9a7d137600ca0f48a5d4937ddd3dd11c3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:52:23 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.7 in /requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [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.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/docs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 9e5e9802..83385a60 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -130,7 +130,7 @@ six==1.16.0 # via python-dateutil snowballstemmer==2.2.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.in # pallets-sphinx-themes diff --git a/requirements/docs.txt b/requirements/docs.txt index 5571273c..4528ce93 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -4,7 +4,7 @@ # # pip-compile requirements/docs.in # -alabaster==0.7.12 +alabaster==0.7.16 # via sphinx babel==2.9.1 # via sphinx @@ -42,7 +42,7 @@ requests==2.31.0 # via sphinx snowballstemmer==2.1.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r docs.in # pallets-sphinx-themes