From b6854a82cf5220a8ca5849efc3d73407b0fddb33 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Feb 2019 22:44:32 +0100 Subject: [PATCH] Upgrade restrictedpython to 4.0b8 (#21015) --- homeassistant/components/python_script/__init__.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/__init__.py b/homeassistant/components/python_script/__init__.py index 3cfa0696644..3d0952b89fb 100644 --- a/homeassistant/components/python_script/__init__.py +++ b/homeassistant/components/python_script/__init__.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.0b7'] +REQUIREMENTS = ['restrictedpython==4.0b8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b2f6237406e..89ebd8da51d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1469,7 +1469,7 @@ recollect-waste==1.0.1 regenmaschine==1.1.0 # homeassistant.components.python_script -restrictedpython==4.0b7 +restrictedpython==4.0b8 # homeassistant.components.idteck_prox rfk101py==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0d2e0cd88bf..43365491182 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -251,7 +251,7 @@ pywebpush==1.6.0 regenmaschine==1.1.0 # homeassistant.components.python_script -restrictedpython==4.0b7 +restrictedpython==4.0b8 # homeassistant.components.rflink rflink==0.0.37