1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 04:17:02 +00:00

Upgrade restrictedpython to 4.0b8 (#21015)

This commit is contained in:
Fabian Affolter
2019-02-12 22:44:32 +01:00
committed by Paulus Schoutsen
parent fe9800e784
commit b6854a82cf
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.0b7']
REQUIREMENTS = ['restrictedpython==4.0b8']
_LOGGER = logging.getLogger(__name__)