From 4ad38bf01e91efc623d292e3892f7b5f4e6616bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:51:51 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.5. - [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.2.6...v7.3.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 283ef27e..72e1ff10 100644 --- a/Pipfile +++ b/Pipfile @@ -13,5 +13,5 @@ pytest-cov = "==5.0.0" mypy = "==1.9.0" black = {version = "==24.4.0", markers="python_version >= '3.8'"} tbump = "==6.11.0" -sphinx = {version = "==7.2.6", markers="python_version >= '3.9'"} +sphinx = {version = "==7.3.5", markers="python_version >= '3.9'"} ruff = "==0.3.7"