Skip to content

Commit 5d44c70

Browse files
committed
Update docs dependencies
1. Update dependencies in pyproject.toml 2. Run `poetry lock` 3. Update workflow python to `3.13`
1 parent 18c28f2 commit 5d44c70

4 files changed

Lines changed: 69 additions & 69 deletions

File tree

.github/workflows/docs-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.13'
36+
3637
- name: Set up JDK 8.0
3738
uses: actions/setup-java@v5
3839
with:
3940
java-version: '8'
4041
distribution: 'temurin'
42+
4143
- name: Set up env
4244
run: make -C docs setupenv
4345

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: '3.10'
29+
python-version: '3.13'
3030

3131
- name: Set up JDK 8.0
3232
uses: actions/setup-java@v5

docs/poetry.lock

Lines changed: 60 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ authors = ["Java Driver Contributors"]
66
package-mode = false
77

88
[tool.poetry.dependencies]
9-
python = "^3.10"
10-
pygments = "^2.18.0"
9+
python = "^3.13"
10+
pygments = "^2.19.2"
1111
redirects_cli ="^0.1.3"
1212
sphinx-scylladb-theme = "^1.8.8"
13-
sphinx-sitemap = "^2.6.0"
14-
sphinx-autobuild = "^2024.4.19"
15-
Sphinx = "^7.3.7"
13+
sphinx-sitemap = "^2.8.0"
14+
sphinx-autobuild = "^2025.0.0"
15+
Sphinx = "^8.0.0"
1616
sphinx-multiversion-scylla = "^0.3.1"
1717
wheel = "^0.38.4"
1818
sphinx-scylladb-markdown = "^0.1.2"

0 commit comments

Comments
 (0)