From dc1d08be7082f42d70a0adee35143730f77d50a6 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Mon, 14 Dec 2020 11:06:21 +0200 Subject: [PATCH] Upgrade restrictedpython to 5.1 (needed for python 3.9 support) (#44181) --- 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 fad88a19b34..0b5af0ae432 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.0"], + "requirements": ["restrictedpython==5.1"], "codeowners": [], "quality_scale": "internal" } diff --git a/requirements_all.txt b/requirements_all.txt index 45122f548cb..c1c78b425ac 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1931,7 +1931,7 @@ raspyrfm-client==1.2.8 regenmaschine==3.0.0 # homeassistant.components.python_script -restrictedpython==5.0 +restrictedpython==5.1 # homeassistant.components.idteck_prox rfk101py==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fd03379d222..c6c65f5226a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -948,7 +948,7 @@ rachiopy==1.0.3 regenmaschine==3.0.0 # homeassistant.components.python_script -restrictedpython==5.0 +restrictedpython==5.1 # homeassistant.components.rflink rflink==0.0.55