From 16870251590d4a6c0167c628a10864c6acde04be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:04:37 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4487d9072..fa47ea916 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,6 +24,6 @@ psycopg2==2.9.10 # docs pygments==2.18.0 -sphinx==7.3.7 +sphinx==8.1.3 sphinxcontrib-asyncio==0.3.0 sphinxcontrib-spelling==8.0.0; platform_system!="Windows" # We only use it in CI