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__)