mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update RestrictedPython to 8.0 (#137075)
This commit is contained in:
parent
fa8d1b4dc4
commit
e76ff0a0de
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
||||||
"loggers": ["RestrictedPython"],
|
"loggers": ["RestrictedPython"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["RestrictedPython==7.4"]
|
"requirements": ["RestrictedPython==8.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -109,7 +109,7 @@ PyXiaomiGateway==0.14.3
|
|||||||
RachioPy==1.1.0
|
RachioPy==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
RestrictedPython==7.4
|
RestrictedPython==8.0
|
||||||
|
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
RtmAPI==0.7.2
|
RtmAPI==0.7.2
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -103,7 +103,7 @@ PyXiaomiGateway==0.14.3
|
|||||||
RachioPy==1.1.0
|
RachioPy==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
RestrictedPython==7.4
|
RestrictedPython==8.0
|
||||||
|
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
RtmAPI==0.7.2
|
RtmAPI==0.7.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user