Upgrade restrictedpython to 4.0b5 (#16779)

This commit is contained in:
Fabian Affolter 2018-09-21 23:21:00 +02:00 committed by Paulus Schoutsen
parent ee3f17d5c7
commit 41bb4760f7
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.0b4']
REQUIREMENTS = ['restrictedpython==4.0b5']
_LOGGER = logging.getLogger(__name__)