-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathversions.cfg
63 lines (60 loc) · 1.39 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
[buildout]
extends =
versions-prod.cfg
versions = versions
[versions]
# Version pins for development and optional dependencies.
Babel = 2.17.0
Jinja2 = 3.1.6
Missing = 5.0
MarkupSafe = 3.0.2
Products.BTreeFolder2 = 5.1
Products.ZCatalog = 7.1
Pygments = 2.19.1
Record = 4.1
# Sphinx 8.3.0 is newer but it was yanked
Sphinx = 8.2.3
alabaster = 1.0.0
certifi = 2025.1.31
charset-normalizer = 3.4.1
collective.recipe.template = 2.2
colorama = 0.4.6
docutils = 0.21.2
five.localsitemanager = 5.0
furo = 2024.8.6
idna = 3.10
imagesize = 1.4.1
importlib-metadata = 8.6.1
# Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi.
legacy-cgi = 2.6.2
mr.developer = 2.0.2
packaging = 24.2
plone.recipe.command = 1.1
requests = 2.32.3
roman-numerals-py = 3.1.0
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.2.1
typing-extensions = 4.12.2
urllib3 = 2.3.0
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.1
zipp = 3.21.0
zope.testrunner = 7.2
[versions:python310]
# Sphinx >=8.2 requires Python 3.11
Sphinx = 8.1.3
[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