From 0c3be512db218af73ce313ae9dd1cf119a7808dd Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Wed, 8 Oct 2025 13:11:03 +0530 Subject: [PATCH] build(deps): bump RestrictedPython version [change to non-alpha before merging] Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80f4cc7787..cbfbe53c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mysqlclient==2.2.7", "PyQRCode~=1.2.1", "PyYAML~=6.0.2", - "RestrictedPython~=8.0", + "RestrictedPython~=8.1", "WeasyPrint==66.0", "pydyf==0.11.0", "Werkzeug==3.1.3",