From 00a6101780dab00a2b2f8e58417428f90d947f4c Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 24 Jan 2025 16:40:10 +0530 Subject: [PATCH] chore(deps): bump RestrictedPython Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e7d00ba8f..1418c25194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "PyPika==0.48.9", "PyQRCode~=1.2.1", "PyYAML~=6.0.1", - "RestrictedPython~=7.4", + "RestrictedPython~=8.0", "WeasyPrint==59.0", "pydyf==0.10.0", "Werkzeug==3.0.6",