From 028b2575f4b12decebdcf94d064da07084b60067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:40:23 +0000 Subject: [PATCH] Bump sphinx from 6.1.3 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.3...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-dev.txt b/docs/requirements-dev.txt index 216f5adc..7849ff72 100644 --- a/docs/requirements-dev.txt +++ b/docs/requirements-dev.txt @@ -16,6 +16,6 @@ pytest-cython==0.2.1 pytest-xdist==3.5.0 pytest-assume==2.4.3 sdist==0.0.0 -sphinx==6.1.3 +sphinx==8.0.2 tox==4.14.2 twine==5.1.1