Skip to content

Commit

Permalink
Upgrade coinmarketcap to 4.2.1 (#11953)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Jan 27, 2018
1 parent 0c00866 commit f08fd81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/coinmarketcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ATTR_ATTRIBUTION, CONF_CURRENCY, CONF_DISPLAY_CURRENCY)
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['coinmarketcap==4.1.2']
REQUIREMENTS = ['coinmarketcap==4.2.1']

_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 @@ -173,7 +173,7 @@ ciscosparkapi==0.4.2
coinbase==2.0.6

# homeassistant.components.sensor.coinmarketcap
coinmarketcap==4.1.2
coinmarketcap==4.2.1

# homeassistant.scripts.check_config
colorlog==3.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apns2==0.3.0
caldav==0.5.0

# homeassistant.components.sensor.coinmarketcap
coinmarketcap==4.1.2
coinmarketcap==4.2.1

# homeassistant.components.device_tracker.upc_connect
defusedxml==0.5.0
Expand Down

0 comments on commit f08fd81

Please sign in to comment.