mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade RestrictedPython to 6.0 (#85426)
Required for Python 3.11. https://github.com/zopefoundation/RestrictedPython/blob/6.0/CHANGES.rst#60-2022-11-03
This commit is contained in:
parent
05187d7bf4
commit
dfa9f0e11d
@ -2,7 +2,7 @@
|
||||
"domain": "python_script",
|
||||
"name": "Python Scripts",
|
||||
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
||||
"requirements": ["restrictedpython==5.2"],
|
||||
"requirements": ["restrictedpython==6.0"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal",
|
||||
"loggers": ["RestrictedPython"]
|
||||
|
@ -2212,7 +2212,7 @@ renault-api==0.1.11
|
||||
reolink-aio==0.1.3
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==5.2
|
||||
restrictedpython==6.0
|
||||
|
||||
# homeassistant.components.idteck_prox
|
||||
rfk101py==0.0.1
|
||||
|
@ -1551,7 +1551,7 @@ renault-api==0.1.11
|
||||
reolink-aio==0.1.3
|
||||
|
||||
# homeassistant.components.python_script
|
||||
restrictedpython==5.2
|
||||
restrictedpython==6.0
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.63
|
||||
|
Loading…
x
Reference in New Issue
Block a user