Upgrade restrictedpython to 4.0b7

This commit is contained in:
Fabian Affolter 2018-12-02 00:11:47 +01:00
parent bd09e96681
commit 4807ad7875
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
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.0b6']
REQUIREMENTS = ['restrictedpython==4.0b7']
_LOGGER = logging.getLogger(__name__)