From 74b6b8a9f6a96bd6e312942737f3e8e7616f2577 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 Aug 2019 16:16:42 +0200 Subject: [PATCH] Upgrade restrictedpython to 4.0 (#25993) --- 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 0f88513bb45..610ec92a2b3 100644 --- a/homeassistant/components/python_script/manifest.json +++ b/homeassistant/components/python_script/manifest.json @@ -3,7 +3,7 @@ "name": "Python script", "documentation": "https://www.home-assistant.io/components/python_script", "requirements": [ - "restrictedpython==4.0b8" + "restrictedpython==4.0" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index de397024c3f..9c3871358de 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1624,7 +1624,7 @@ recollect-waste==1.0.1 regenmaschine==1.5.1 # homeassistant.components.python_script -restrictedpython==4.0b8 +restrictedpython==4.0 # homeassistant.components.idteck_prox rfk101py==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ae6e9fe01c4..048e9073c51 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -346,7 +346,7 @@ pywebpush==1.9.2 regenmaschine==1.5.1 # homeassistant.components.python_script -restrictedpython==4.0b8 +restrictedpython==4.0 # homeassistant.components.rflink rflink==0.0.46