File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Products.BTreeFolder2==5.1
2020Products.ZCatalog==7.1
2121Pygments==2.19.1
2222Record==4.1
23- RestrictedPython==8.0
23+ RestrictedPython==7.4; python_version == '3.8'
24+ RestrictedPython==8.0; python_version > '3.8'
2425Sphinx==7.1.2; python_version == '3.8'
2526Sphinx==7.4.7; python_version == '3.9'
2627Sphinx==8.1.3; python_version > '3.9'
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ MultiMapping==5.0
1212Paste==3.10.1
1313PasteDeploy==3.1.0
1414Persistence==5.1
15- RestrictedPython==8.0
15+ RestrictedPython==7.4; python_version == '3.8'
16+ RestrictedPython==8.0; python_version > '3.8'
1617WSGIProxy2==0.5.1
1718WebOb==1.8.9
1819WebTest==3.0.1; python_version == '3.8'
Original file line number Diff line number Diff line change @@ -99,3 +99,5 @@ zope.configuration = 5.0.1
9999zope.deprecation = 5.0
100100# zope.publisher >= 7.2 requires Python 3.9
101101zope.publisher = 7.1
102+ # RestrictedPython >= 8 requires Python 3.9
103+ RestrictedPython = 7.4
You can’t perform that action at this time.
0 commit comments