From 0231e3a82ea661957162fcb8059f6e7ac6b51041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:07:21 +0000 Subject: [PATCH] build(deps): bump sphinx from 6.1.3 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.4.7. - [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...v7.4.7) --- 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..e63f046 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==7.4.7", "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..96e8da6 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==7.4.7 # via # asteroid-sphinx-theme # bromodels (pyproject.toml)