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:
Ville Skyttä 2023-01-09 03:17:39 +02:00 committed by GitHub
parent 05187d7bf4
commit dfa9f0e11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"]

View File

@ -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

View File

@ -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