Upgrade RestrictedPython dependency (#8132)
This commit is contained in:
parent
e4dbf8033c
commit
87274879a8
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ from homeassistant.exceptions import HomeAssistantError
|
|||
from homeassistant.util import sanitize_filename
|
||||
|
||||
DOMAIN = 'python_script'
|
||||
REQUIREMENTS = ['restrictedpython==4.0a2']
|
||||
REQUIREMENTS = ['restrictedpython==4.0a3']
|
||||
FOLDER = 'python_scripts'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -770,7 +770,7 @@ radiotherm==1.2
|
|||
# raspihats==2.2.1
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0a2
|
||||
restrictedpython==4.0a3
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.34
|
||||
|
|
|
@ -108,7 +108,7 @@ pyunifi==2.13
|
|||
pywebpush==1.0.5
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==4.0a2
|
||||
restrictedpython==4.0a3
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue