From 38686d44fb002f55c4d8aa9564954e914a1bf3cb Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 17 Oct 2022 20:16:07 +0530 Subject: [PATCH] build(deps): bump restricted python (#18435) has better support for 3.10 https://github.com/zopefoundation/RestrictedPython/pull/215/files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 994028ae3e..2f5d0cc2b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "PyPika~=0.48.9", "PyQRCode~=1.2.1", "PyYAML~=5.4.1", - "RestrictedPython~=5.1", + "RestrictedPython~=5.2", "WeasyPrint==52.5", "Werkzeug~=2.2.2", "Whoosh~=2.7.4",