From 01ee7c705e48a290d46b2ec83600f624f45059e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:05:36 +0000 Subject: [PATCH] Bump sphinx-nefertiti from 0.7.5 to 0.8.10 Bumps [sphinx-nefertiti](https://github.com/danirus/sphinx-nefertiti) from 0.7.5 to 0.8.10. - [Release notes](https://github.com/danirus/sphinx-nefertiti/releases) - [Changelog](https://github.com/danirus/sphinx-nefertiti/blob/main/ChangeLog.md) - [Commits](https://github.com/danirus/sphinx-nefertiti/compare/0.7.5...0.8.10) --- updated-dependencies: - dependency-name: sphinx-nefertiti dependency-version: 0.8.10 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 4f99a45..c30188b 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -1,2 +1,2 @@ sphinx==8.1.3 -sphinx-nefertiti==0.7.5 \ No newline at end of file +sphinx-nefertiti==0.8.10 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 560b532..960c9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,5 +65,5 @@ dependencies = [ [project.optional-dependencies] docs = [ "sphinx==8.1.3", - "sphinx-nefertiti==0.7.5", + "sphinx-nefertiti==0.8.10", ]