From 23cb396aada1a3b2638af1e5f1ca8083ef4d8401 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Nov 2021 14:52:57 +0100 Subject: [PATCH] Upgrade restrictedpython to 5.2a1.dev0 (#59049) --- homeassistant/components/python_script/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/python_script/manifest.json b/homeassistant/components/python_script/manifest.json index 0b5af0ae432..f3c25ad493b 100644 --- a/homeassistant/components/python_script/manifest.json +++ b/homeassistant/components/python_script/manifest.json @@ -2,7 +2,7 @@ "domain": "python_script", "name": "Python Scripts", "documentation": "https://www.home-assistant.io/integrations/python_script", - "requirements": ["restrictedpython==5.1"], + "requirements": ["restrictedpython==5.2a1.dev0"], "codeowners": [], "quality_scale": "internal" } diff --git a/requirements_all.txt b/requirements_all.txt index c9669abc0e6..fbf75e63c32 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2049,7 +2049,7 @@ regenmaschine==2021.10.0 renault-api==0.1.4 # homeassistant.components.python_script -restrictedpython==5.1 +restrictedpython==5.2a1.dev0 # homeassistant.components.idteck_prox rfk101py==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 20f98cc448c..46d4e4c26ba 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1199,7 +1199,7 @@ regenmaschine==2021.10.0 renault-api==0.1.4 # homeassistant.components.python_script -restrictedpython==5.1 +restrictedpython==5.2a1.dev0 # homeassistant.components.rflink rflink==0.0.58