From 998a111928ab7dbd4012f5177543c0ec9751bb38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:33:31 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 8.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.0.0. - [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.3.7...v8.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... 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 2b840a4..bd8f253 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -1,2 +1,2 @@ -sphinx==7.3.7 +sphinx==8.0.0 sphinx-nefertiti==0.3.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 73c1fc6..c5097c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "sphinx==7.3.7", + "sphinx==8.0.0", "sphinx-nefertiti== 0.3.4", ]