Skip to content

Commit

Permalink
Upgrade restrictedpython to 5.1 (needed for python 3.9 support) (home…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage authored Dec 14, 2020
1 parent b758c14 commit dc1d08b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/python_script/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc1d08b

Please sign in to comment.