Skip to content

Commit

Permalink
Upgrade restrictedpython to 4.0b5 (#16779)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Sep 21, 2018
1 parent ee3f17d commit 41bb476
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.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from homeassistant.util import sanitize_filename
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['restrictedpython==4.0b4']
REQUIREMENTS = ['restrictedpython==4.0b5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ raincloudy==0.0.5
regenmaschine==1.0.2

# homeassistant.components.python_script
restrictedpython==4.0b4
restrictedpython==4.0b5

# homeassistant.components.rflink
rflink==0.0.37
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pyupnp-async==0.1.1.1
pywebpush==1.6.0

# homeassistant.components.python_script
restrictedpython==4.0b4
restrictedpython==4.0b5

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

0 comments on commit 41bb476

Please sign in to comment.