From 9ed90f16c0df07b16b48865158a62df069f388b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:09:49 +0000 Subject: [PATCH 1/2] Bump sphinx from 7.2.6 to 8.2.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 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/v7.2.6...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9edfa4a6..c26fea65 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ docutils==0.20.1 flake8==7.0.0 mypy==1.14.1 -Sphinx==7.2.6 +Sphinx==8.2.3 types-pygments==2.17.0.20240310 From 136fc017973f7d5656009297c70383074e354c47 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 2 May 2026 02:57:00 +0100 Subject: [PATCH 2/2] Update Python version to 3.11 in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b134204..c6e1532e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.11 cache: 'pip' cache-dependency-path: '**/requirements*.txt' - name: Install dependencies