mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update RestrictedPython to 8.1 (#154870)
This commit is contained in:
@@ -5,8 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
||||
"loggers": ["RestrictedPython"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"RestrictedPython==8.0;python_version<'3.14'",
|
||||
"RestrictedPython==8.1a1.dev0;python_version>='3.14'"
|
||||
]
|
||||
"requirements": ["RestrictedPython==8.1"]
|
||||
}
|
||||
|
||||
5
requirements_all.txt
generated
5
requirements_all.txt
generated
@@ -109,10 +109,7 @@ PyXiaomiGateway==0.14.3
|
||||
RachioPy==1.1.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
RestrictedPython==8.0;python_version<'3.14'
|
||||
|
||||
# homeassistant.components.python_script
|
||||
RestrictedPython==8.1a1.dev0;python_version>='3.14'
|
||||
RestrictedPython==8.1
|
||||
|
||||
# homeassistant.components.remember_the_milk
|
||||
RtmAPI==0.7.2
|
||||
|
||||
5
requirements_test_all.txt
generated
5
requirements_test_all.txt
generated
@@ -103,10 +103,7 @@ PyXiaomiGateway==0.14.3
|
||||
RachioPy==1.1.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
RestrictedPython==8.0;python_version<'3.14'
|
||||
|
||||
# homeassistant.components.python_script
|
||||
RestrictedPython==8.1a1.dev0;python_version>='3.14'
|
||||
RestrictedPython==8.1
|
||||
|
||||
# homeassistant.components.remember_the_milk
|
||||
RtmAPI==0.7.2
|
||||
|
||||
Reference in New Issue
Block a user