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