mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade RestrictedPython dependency (#8132)
This commit is contained in:
parent
e4dbf8033c
commit
87274879a8
@ -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…
x
Reference in New Issue
Block a user