From ddb878f85ac9322ea762225737d97dfae6db6f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:07:03 +0000 Subject: [PATCH] Bump sphinx from 8.2.3 to 9.0.1 in /docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.3 to 9.0.1. - [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/v8.2.3...v9.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index e7e9ed9eeb6..8b427c5ab1f 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,7 +9,7 @@ module-root = "" name = "smithy" version = "1.0.0" dependencies = [ - "sphinx==8.2.3", + "sphinx==9.0.1", "pygments==2.19.2", "furo==2025.9.25",