Skip to content

Commit

Permalink
- update RestrictedPython
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 8, 2023
1 parent 5f799fc commit f5a21fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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 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

0 comments on commit f5a21fe

Please sign in to comment.