From b28079c2b24f5bdc57fadb5b16ea4aee3a6f7929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:13:19 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [sphinx](https://github.com/sphinx-doc/sphinx) and [furo](https://github.com/pradyunsg/furo). Updates `sphinx` from 7.3.7 to 7.4.6 - [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.3.7...v7.4.6) Updates `furo` from 2024.5.6 to 2024.7.18 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.05.06...2024.07.18) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fa61729ff0..1063a54e60 100644 --- a/setup.py +++ b/setup.py @@ -70,8 +70,8 @@ def get_version(): """, extras_require={ "docs": [ - "Sphinx==7.3.7", - "furo==2024.5.6", + "Sphinx==7.4.6", + "furo==2024.7.18", "sphinx-autobuild", "codespell>=2.2.5", "blacken-docs",