mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Upgrade RestrictedPython dependency (#8132)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user