Upgrade restrictedpython to 4.0b6 (#18087)

This commit is contained in:
Fabian Affolter 2018-11-01 14:25:45 +01:00 committed by Daniel Høyer Iversen
parent 2a76347071
commit 65e6c50748
3 changed files with 3 additions and 3 deletions

View file

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