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 f9ca2d1 commit 345d656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 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 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 345d656

Please sign in to comment.