Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
d152c3bedc docs: bump sphinx from 8.1.3 to 9.0.4 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.3 to 9.0.4.
- [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...v9.0.4)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-05 01:07:14 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.10"

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
- name: Install pip and poetry

View File

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python }}

View File

@@ -1,2 +1,2 @@
furo==2024.8.6
sphinx==8.1.3
sphinx==9.0.4