Upgrade restrictedpython to 4.0b8 (#21015)
This commit is contained in:
parent
fe9800e784
commit
b6854a82cf
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -1469,7 +1469,7 @@ recollect-waste==1.0.1
|
|||
regenmaschine==1.1.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0b7
|
||||
restrictedpython==4.0b8
|
||||
|
||||
# homeassistant.components.idteck_prox
|
||||
rfk101py==0.0.1
|
||||
|
|
|
@ -251,7 +251,7 @@ pywebpush==1.6.0
|
|||
regenmaschine==1.1.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0b7
|
||||
restrictedpython==4.0b8
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.37
|
||||
|
|
Loading…
Add table
Reference in a new issue