From d97d7f5fa90433592814629fb18c30dd99804258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:12:30 +0000 Subject: [PATCH] Bump sphinx from 8.0.2 to 8.1.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.0.2 to 8.1.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/v8.0.2...v8.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index 9407e2d..44439c2 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -3,7 +3,7 @@ pip==24.2 bump2version==1.0.1 wheel==0.44.0 tox==4.21.1 -Sphinx==8.0.2 +Sphinx==8.1.0 myst-parser==4.0.0 twine==5.1.1 pytest==8.3.3