Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to RestrictedPython = 7.1
Browse files Browse the repository at this point in the history
icemac committed Mar 14, 2024
1 parent 7f6a4d1 commit 55fc640
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
@@ -11,7 +11,7 @@ Paste==3.7.1
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.1.0; python_version > '3.7'
Persistence==4.1
RestrictedPython==7.0
RestrictedPython==7.1
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Paste==3.7.1
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.1.0; python_version > '3.7'
Persistence==4.1
RestrictedPython==7.0
RestrictedPython==7.1
WSGIProxy2==0.5.1
WebOb==1.8.7
WebTest==3.0.0
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ MultiMapping = 5.0
Paste = 3.7.1
PasteDeploy = 3.1.0
Persistence = 4.1
RestrictedPython = 7.0
RestrictedPython = 7.1
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
WebOb = 1.8.7

0 comments on commit 55fc640

Please sign in to comment.