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

Upgrade restrictedpython to 4.0 (#25993)

This commit is contained in:
Fabian Affolter
2019-08-16 16:16:42 +02:00
committed by Pascal Vizeli
parent 3307b4421e
commit 74b6b8a9f6
3 changed files with 3 additions and 3 deletions

View File

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