diff --git a/constraints.txt b/constraints.txt index 744227af2a..00c8b1df2b 100644 --- a/constraints.txt +++ b/constraints.txt @@ -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 diff --git a/requirements-full.txt b/requirements-full.txt index 03641518a2..20e466e42b 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -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 diff --git a/versions-prod.cfg b/versions-prod.cfg index fbbb1936e6..0c4c6327d7 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -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 @@ -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 \ No newline at end of file +RestrictedPython = 7.0a1.dev0