Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
7354b1aced docs: bump furo from 2024.8.6 to 2025.9.25 in /docs
Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 to 2025.9.25.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2024.08.06...2025.09.25)

---
updated-dependencies:
- dependency-name: furo
  dependency-version: 2025.9.25
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26 01:02:53 +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
furo==2025.9.25
sphinx==8.1.3