mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Upgrade restrictedpython to 5.1 (needed for python 3.9 support) (#44181)
This commit is contained in:
parent
b758c147a6
commit
dc1d08be70
@ -2,7 +2,7 @@
|
||||
"domain": "python_script",
|
||||
"name": "Python Scripts",
|
||||
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
||||
"requirements": ["restrictedpython==5.0"],
|
||||
"requirements": ["restrictedpython==5.1"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -1931,7 +1931,7 @@ raspyrfm-client==1.2.8
|
||||
regenmaschine==3.0.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==5.0
|
||||
restrictedpython==5.1
|
||||
|
||||
# homeassistant.components.idteck_prox
|
||||
rfk101py==0.0.1
|
||||
|
@ -948,7 +948,7 @@ rachiopy==1.0.3
|
||||
regenmaschine==3.0.0
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==5.0
|
||||
restrictedpython==5.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.55
|
||||
|
Loading…
x
Reference in New Issue
Block a user