Skip to content

Commit

Permalink
Upgrade psutil to 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 28, 2018
1 parent 7e39a5c commit 7756c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/systemmonitor.py
Expand Up @@ -16,7 +16,7 @@
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['psutil==5.4.3']
REQUIREMENTS = ['psutil==5.4.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -639,7 +639,7 @@ proliphix==0.4.1
prometheus_client==0.1.0

# homeassistant.components.sensor.systemmonitor
psutil==5.4.3
psutil==5.4.5

# homeassistant.components.wink
pubnubsub-handler==1.0.2
Expand Down

0 comments on commit 7756c70

Please sign in to comment.