From 7894d3264f35a9d7a2e562945288ccc60f6f817f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:34:37 +0000 Subject: [PATCH] Bump sphinx from 8.1.3 to 8.2.3 in the python group across 1 directory Bumps the python group with 1 update in the / directory: [sphinx](https://github.com/sphinx-doc/sphinx). Updates `sphinx` from 8.1.3 to 8.2.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/v8.1.3...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5c12ef..f5be839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "myst-parser==4.0.1", "requests==2.32.3", "sphinx-rtd-theme==3.0.2", - "sphinx==8.1.3", + "sphinx==8.2.3", "sphinxemoji==0.3.1", "strictyaml==1.7.3", ]