1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 17:56:30 +01:00

Upgrade restrictedpython to 4.0b4 (#14537)

This commit is contained in:
Fabian Affolter
2018-05-19 10:05:02 +02:00
committed by GitHub
parent 46dc9322a2
commit 8deb462471
3 changed files with 3 additions and 3 deletions
+1 -1
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.0b3']
REQUIREMENTS = ['restrictedpython==4.0b4']
_LOGGER = logging.getLogger(__name__)