mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Upgrade restrictedpython to 4.0b4 (#14537)
This commit is contained in:
parent
46dc9322a2
commit
8deb462471
@ -18,7 +18,7 @@ from homeassistant.loader import bind_hass
|
|||||||
from homeassistant.util import sanitize_filename
|
from homeassistant.util import sanitize_filename
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['restrictedpython==4.0b3']
|
REQUIREMENTS = ['restrictedpython==4.0b4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1132,7 +1132,7 @@ raincloudy==0.0.4
|
|||||||
regenmaschine==0.4.1
|
regenmaschine==0.4.1
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0b3
|
restrictedpython==4.0b4
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.37
|
rflink==0.0.37
|
||||||
|
@ -168,7 +168,7 @@ pyupnp-async==0.1.0.2
|
|||||||
pywebpush==1.6.0
|
pywebpush==1.6.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0b3
|
restrictedpython==4.0b4
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.37
|
rflink==0.0.37
|
||||||
|
Loading…
x
Reference in New Issue
Block a user