From 29ed201e70306487e1f108cd6855bcb97260b385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:44:34 +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 624a1ee..d5e5837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://github.com/cemsbv/BAEC" [project.optional-dependencies] test = ["coveralls", "pytest", "requests-mock"] docs = [ - "Sphinx==6.1.3", + "Sphinx==7.4.7", "sphinx-autodoc-typehints==1.22", "ipython==8.11.0", "asteroid-sphinx-theme==0.0.3", diff --git a/requirements.txt b/requirements.txt index 794e8fb..bd9e04c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -243,7 +243,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==6.1.3 +sphinx==7.4.7 # via # asteroid-sphinx-theme # autodocsumm