We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6b778 commit d6505eeCopy full SHA for d6505ee
pyproject.toml
@@ -1,14 +1,8 @@
1
[project]
2
name = "publiccode-yml"
3
version = "0.5.0"
4
-requires-python = "==3.11.13"
+requires-python = "==3.14.0"
5
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",
+ "sphinx==8.2.3",
+ "sphinx-press-theme==0.9.1",
14
]
0 commit comments