From c157590756428b5882966f908df1ee662b4ae4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 04:03:20 +0000 Subject: [PATCH] Bump sphinx from 9.0.1 to 9.0.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 9.0.1 to 9.0.3. - [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/v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 60005b8..069a711 100644 --- a/Pipfile +++ b/Pipfile @@ -18,5 +18,5 @@ mypy = "==1.19.0" pytest = "==9.0.1" pytest-cov = "==7.0.0" tbump = "==6.11.0" -sphinx = "==9.0.1" +sphinx = "==9.0.3" sphinx-jsonschema = "==1.19.2"