From b54954e8f14fe5732f986eb2e7ca2c4fde2f96ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:38:16 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.7 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] --- docs/requirements.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index 3ca7d27..d2d357f 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -1,2 +1,2 @@ -sphinx==7.2.6 +sphinx==7.3.7 sphinx-nefertiti==0.3.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5598c6b..c4d7d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "sphinx==7.2.6", + "sphinx==7.3.7", "sphinx-nefertiti== 0.3.2", ]