Update RestrictedPython to 7.4 (#128039)

This commit is contained in:
Marc Mueller
2024-10-09 20:17:44 +02:00
committed by GitHub
parent b56fa7b406
commit c3cbdd0eb9
3 changed files with 3 additions and 3 deletions

View File

@@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/python_script",
"loggers": ["RestrictedPython"],
"quality_scale": "internal",
"requirements": ["RestrictedPython==7.3"]
"requirements": ["RestrictedPython==7.4"]
}