Merge pull request #18902 from home-assistant/upgrade-restrictedpython
Upgrade restrictedpython to 4.0b7pull/18892/head^2
commit
af7fe8c4fd
|
@ -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__)
|
||||
|
||||
|
|
|
@ -1357,7 +1357,7 @@ raincloudy==0.0.5
|
|||
regenmaschine==1.0.7
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0b6
|
||||
restrictedpython==4.0b7
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.37
|
||||
|
|
|
@ -221,7 +221,7 @@ pywebpush==1.6.0
|
|||
regenmaschine==1.0.7
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0b6
|
||||
restrictedpython==4.0b7
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.37
|
||||
|
|
Loading…
Reference in New Issue