1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Bump restrictedpython to 5.0 (#26741)

This commit is contained in:
Franck Nijhof
2019-09-19 23:30:25 +02:00
committed by Paulus Schoutsen
parent 2d12bac0e2
commit c8fb7ce98b
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
"name": "Python script",
"documentation": "https://www.home-assistant.io/components/python_script",
"requirements": [
"restrictedpython==4.0"
"restrictedpython==5.0"
],
"dependencies": [],
"codeowners": []
}
}