Skip to content

Commit

Permalink
- update RestrictedPython version pins for master and 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 8, 2023
1 parent 5725afc commit 7e56165
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion releases/4.x/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Persistence==3.6
Products.BTreeFolder2==4.4
Products.ZCatalog==5.4
Record==3.6
RestrictedPython==5.2
RestrictedPython==5.3
WSGIProxy2==0.4.6; python_version == '2.7'
WSGIProxy2==0.4.6; python_version == '3.5'
WSGIProxy2==0.4.6; python_version == '3.6'
Expand Down
2 changes: 1 addition & 1 deletion releases/4.x/requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Persistence==3.6
Products.BTreeFolder2==4.4
Products.ZCatalog==5.4
Record==3.6
RestrictedPython==5.2
RestrictedPython==5.3
WSGIProxy2==0.4.6; python_version == '2.7'
WSGIProxy2==0.4.6; python_version == '3.5'
WSGIProxy2==0.4.6; python_version == '3.6'
Expand Down
2 changes: 1 addition & 1 deletion releases/4.x/versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Products.BTreeFolder2 = 4.4
Products.ZCatalog = 5.4
Record = 3.6
# RestrictedPython >= 6 no longer supports Zope 4
RestrictedPython = 5.2
RestrictedPython = 5.3
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
WebTest = 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion releases/master/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Paste==3.5.3
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
RestrictedPython==6.0
RestrictedPython==6.1
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion releases/master/requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Paste==3.5.3
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
RestrictedPython==6.0
RestrictedPython==6.1
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
Expand Down
4 changes: 2 additions & 2 deletions releases/master/versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MultiMapping = 5.0
Paste = 3.5.3
PasteDeploy = 3.0.1
Persistence = 4.0.post1
RestrictedPython = 6.0
RestrictedPython = 6.1
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
WebOb = 1.8.7
Expand Down Expand Up @@ -89,4 +89,4 @@ PasteDeploy = 2.1.1
[versions:python312]
# Use the development version here until the final release to test Products
# against Python 3.12.
RestrictedPython = 7.0a1.dev0
RestrictedPython = 7.0a1.dev0

0 comments on commit 7e56165

Please sign in to comment.