From 65e6c50748d5a20c7c6261a4475bdbcf1a34bd7a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Nov 2018 14:25:45 +0100 Subject: [PATCH] Upgrade restrictedpython to 4.0b6 (#18087) --- homeassistant/components/python_script.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/python_script.py b/homeassistant/components/python_script.py index 5c56caf6470..bf9957f36ee 100644 --- a/homeassistant/components/python_script.py +++ b/homeassistant/components/python_script.py @@ -18,7 +18,7 @@ from homeassistant.loader import bind_hass from homeassistant.util import sanitize_filename import homeassistant.util.dt as dt_util -REQUIREMENTS = ['restrictedpython==4.0b5'] +REQUIREMENTS = ['restrictedpython==4.0b6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ec26f9b74ed..620994b9501 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1300,7 +1300,7 @@ raincloudy==0.0.5 regenmaschine==1.0.2 # homeassistant.components.python_script -restrictedpython==4.0b5 +restrictedpython==4.0b6 # homeassistant.components.rflink rflink==0.0.37 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index eccfd9a6694..c7299bcdf71 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -206,7 +206,7 @@ pyunifi==2.13 pywebpush==1.6.0 # homeassistant.components.python_script -restrictedpython==4.0b5 +restrictedpython==4.0b6 # homeassistant.components.rflink rflink==0.0.37