From 747b891febfa726dac911b0167f1784aed663dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:29:56 +0000 Subject: [PATCH] Bump sphinx-nefertiti from 0.3.2 to 0.3.4 Bumps [sphinx-nefertiti](https://github.com/danirus/sphinx-nefertiti) from 0.3.2 to 0.3.4. - [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.3.2...0.3.4) --- updated-dependencies: - dependency-name: sphinx-nefertiti dependency-type: direct:production update-type: version-update:semver-patch ... 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 d2d357f..2b840a4 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -1,2 +1,2 @@ sphinx==7.3.7 -sphinx-nefertiti==0.3.2 \ No newline at end of file +sphinx-nefertiti==0.3.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c4d7d68..73c1fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ [project.optional-dependencies] docs = [ "sphinx==7.3.7", - "sphinx-nefertiti== 0.3.2", + "sphinx-nefertiti== 0.3.4", ]