Skip to content

Commit d6505ee

Browse files
committed
chore(deps): use Python 3.14 and Sphinx 8.2
1 parent 1b6b778 commit d6505ee

File tree

2 files changed

+78
-75
lines changed

2 files changed

+78
-75
lines changed

pyproject.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
[project]
22
name = "publiccode-yml"
33
version = "0.5.0"
4-
requires-python = "==3.11.13"
4+
requires-python = "==3.14.0"
55
dependencies = [
6-
"sphinx==4.4.0",
7-
"sphinx-press-theme==0.8.0",
8-
"sphinxcontrib-applehelp==1.0.4",
9-
"sphinxcontrib-devhelp==1.0.2",
10-
"sphinxcontrib-htmlhelp==2.0.1",
11-
"sphinxcontrib-qthelp==1.0.3",
12-
"sphinxcontrib-serializinghtml==1.1.5",
13-
"urllib3==2.5.0",
6+
"sphinx==8.2.3",
7+
"sphinx-press-theme==0.9.1",
148
]

0 commit comments

Comments
 (0)