From 1d095b3f6bd32ed7eb33d736c330993b102645ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:43:01 +0000 Subject: [PATCH] chore(deps): bump sphinx from 7.4.7 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2788200..7a8f4d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.7 +sphinx==8.1.3 sphinx-rtd-theme==3.1.0 myst-parser==3.0.1 sphinx-intl==2.3.2 diff --git a/pyproject.toml b/pyproject.toml index e1f2686..09aab14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ documentation = "https://cryptobot-python.readthedocs.io/en/latest" [dependency-groups] docs = [ - "sphinx>=7.1.2,<8.0.0", + "sphinx>=7.1.2,<9.0.0", "sphinx-rtd-theme>=1.3.0,<4.0.0", "myst-parser>=2.0.0,<4.0.0", "sphinx-intl>=2.1.0,<3.0.0",