From c33b799be066e3e72d6d3ef0b37e0b63199ed9bf Mon Sep 17 00:00:00 2001
From: Michael Howitz <icemac@gmx.net>
Date: Thu, 14 Mar 2024 09:19:02 +0100
Subject: [PATCH] Update to RestrictedPython = 7.1 (#1201)

---
 constraints.txt       | 2 +-
 requirements-full.txt | 2 +-
 versions-prod.cfg     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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