Upgrade restrictedpython to 4.0 (#25993)
This commit is contained in:
parent
3307b4421e
commit
74b6b8a9f6
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
"name": "Python script",
|
"name": "Python script",
|
||||||
"documentation": "https://www.home-assistant.io/components/python_script",
|
"documentation": "https://www.home-assistant.io/components/python_script",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"restrictedpython==4.0b8"
|
"restrictedpython==4.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
|
|
@ -1624,7 +1624,7 @@ recollect-waste==1.0.1
|
||||||
regenmaschine==1.5.1
|
regenmaschine==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0b8
|
restrictedpython==4.0
|
||||||
|
|
||||||
# homeassistant.components.idteck_prox
|
# homeassistant.components.idteck_prox
|
||||||
rfk101py==0.0.1
|
rfk101py==0.0.1
|
||||||
|
|
|
@ -346,7 +346,7 @@ pywebpush==1.9.2
|
||||||
regenmaschine==1.5.1
|
regenmaschine==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
restrictedpython==4.0b8
|
restrictedpython==4.0
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.46
|
rflink==0.0.46
|
||||||
|
|
Loading…
Add table
Reference in a new issue