diff --git a/constraints.txt b/constraints.txt index 29970c6ed5..d47bfb781b 100644 --- a/constraints.txt +++ b/constraints.txt @@ -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 diff --git a/requirements-full.txt b/requirements-full.txt index c88cf0c9f7..1bd8f10db0 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -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 diff --git a/versions-prod.cfg b/versions-prod.cfg index b5bc1d1823..06c98bfd48 100644 --- a/versions-prod.cfg +++ b/versions-prod.cfg @@ -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