Upgrade RestrictedPython dependency (#8132)

This commit is contained in:
Paulus Schoutsen 2017-06-20 19:30:01 -07:00 committed by GitHub
parent e4dbf8033c
commit 87274879a8
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ from homeassistant.exceptions import HomeAssistantError
from homeassistant.util import sanitize_filename
DOMAIN = 'python_script'
REQUIREMENTS = ['restrictedpython==4.0a2']
REQUIREMENTS = ['restrictedpython==4.0a3']
FOLDER = 'python_scripts'
_LOGGER = logging.getLogger(__name__)

View file

@ -770,7 +770,7 @@ radiotherm==1.2
# raspihats==2.2.1
# homeassistant.components.python_script
restrictedpython==4.0a2
restrictedpython==4.0a3
# homeassistant.components.rflink
rflink==0.0.34

View file

@ -108,7 +108,7 @@ pyunifi==2.13
pywebpush==1.0.5
# homeassistant.components.python_script
restrictedpython==4.0a2
restrictedpython==4.0a3
# homeassistant.components.rflink
rflink==0.0.34