From 0b6c15e0eb0f51ea38791fe01a1616d1656ea4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:18:11 +0000 Subject: [PATCH] build(deps): 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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.3...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 079090c..7bf44db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ repository = "https://github.com/cemsbv/bromodels" test = ["coveralls", "pytest"] docs = [ "ipython==7.30.1", - "Sphinx==6.1.3", + "Sphinx==8.0.2", "sphinx-autodoc-typehints==1.22.0", "asteroid-sphinx-theme==0.0.3", "sphinx_rtd_theme==1.2.0", diff --git a/requirements.txt b/requirements.txt index 1d55cbb..cc3d5b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -214,7 +214,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==6.1.3 +sphinx==8.0.2 # via # asteroid-sphinx-theme # bromodels (pyproject.toml)