-
Notifications
You must be signed in to change notification settings - Fork 101
/
versions.cfg
78 lines (75 loc) · 1.96 KB
/
versions.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[buildout]
extends =
versions-prod.cfg
versions = versions
[versions]
# Version pins for development and optional dependencies.
Babel = 2.16.0
Jinja2 = 3.1.4
Missing = 5.0
MarkupSafe = 3.0.2
Products.BTreeFolder2 = 5.1
Products.ZCatalog = 7.1
Pygments = 2.18.0
Record = 4.1
Sphinx = 8.1.3
alabaster = 1.0.0
certifi = 2024.8.30
charset-normalizer = 3.4.0
collective.recipe.template = 2.2
colorama = 0.4.6
docutils = 0.21.2
five.localsitemanager = 4.0
furo = 2024.8.6
idna = 3.10
imagesize = 1.4.1
importlib-metadata = 8.5.0
# Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi.
legacy-cgi = 2.6.1
mr.developer = 2.0.2
packaging = 24.1
plone.recipe.command = 1.1
requests = 2.32.3
snowballstemmer = 2.2.0
sphinx-basic-ng = 1.0.0b2
sphinxcontrib-applehelp = 2.0.0
sphinxcontrib-devhelp = 2.0.0
sphinxcontrib-htmlhelp = 2.1.0
sphinxcontrib-jsmath = 1.0.1
sphinxcontrib-qthelp = 2.0.0
sphinxcontrib-serializinghtml = 2.0.0
tempstorage = 6.0
tomli = 2.0.2
urllib3 = 2.2.3
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.1
zipp = 3.20.2
zope.testrunner = 6.6
[versions:python39]
# Sphinx <8 requires alabaster <1
alabaster = 0.7.14
# Sphinx <8 requires docutils <0.21
docutils = 0.20.1
# Sphinx >=8 requires Python 3.10
Sphinx = 7.4.7
[versions:python38]
# alabaster >= 0.7.14 requires Python 3.9
alabaster = 0.7.13
# Sphinx <8 requires docutils <0.21
docutils = 0.20.1
# Required dependency on Python 3.8 only
importlib-resources = 6.4.0
# MarkupSafe >= 3 requires Python 3.9
MarkupSafe = 2.1.5
# Sphinx >= 7.2 requires Python 3.9+
Sphinx = 7.1.2
# sphinxcontrib-serializinghtml >= 1.1.6 requires Python 3.9+
sphinxcontrib-serializinghtml = 1.1.5
# sphinxcontrib-qthelp >= 1.0.4 requires Python 3.9+
sphinxcontrib-qthelp = 1.0.3
# sphinxcontrib-htmlhelp >= 2.0.2 requires Python 3.9+
sphinxcontrib-htmlhelp = 2.0.1
# sphinxcontrib-devhelp >= 1.0.3 requires Python 3.9+
sphinxcontrib-devhelp = 1.0.2
# sphinxcontrib-applehelp >= 1.0.5 requires Python 3.9+
sphinxcontrib-applehelp = 1.0.4