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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue