From 994213eef0937c51e50c093df9495c7fef618163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:49:16 +0000 Subject: [PATCH] chore(deps): bump sphinx from 7.4.7 to 8.1.3 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.3. - [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/v7.4.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/requirements.txt b/docs/api/requirements.txt index 5bb70949..ac3e5cc1 100644 --- a/docs/api/requirements.txt +++ b/docs/api/requirements.txt @@ -3,7 +3,7 @@ pydata-sphinx-theme==0.15.4 myst-parser==2.0.0 # Currently myst-parse is incompatible with sphinx v7 -Sphinx==7.4.7 +Sphinx==8.1.3 # urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled # with OpenSSL 1.0.2k-fips 26 Jan 2017. # See: https://github.com/urllib3/urllib3/issues/2168,