Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/python_script/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Python script",
"documentation": "https://www.home-assistant.io/components/python_script",
"requirements": [
"restrictedpython==4.0"
"restrictedpython==5.0"
],
"dependencies": [],
"codeowners": []
}
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ recollect-waste==1.0.1
regenmaschine==1.5.1

# homeassistant.components.python_script
restrictedpython==4.0
restrictedpython==5.0

# homeassistant.components.idteck_prox
rfk101py==0.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ pywebpush==1.9.2
regenmaschine==1.5.1

# homeassistant.components.python_script
restrictedpython==4.0
restrictedpython==5.0

# homeassistant.components.rflink
rflink==0.0.46
Expand Down