Upgrade pypollencom to 2.2.3 (#21517)

This commit is contained in:
Aaron Bach 2019-02-27 17:51:36 -07:00 committed by GitHub
parent 4ca7273c58
commit 1369b0b583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['numpy==1.16.1', 'pypollencom==2.2.2']
REQUIREMENTS = ['numpy==1.16.1', 'pypollencom==2.2.3']
_LOGGER = logging.getLogger(__name__)