Upgrade sqlalchemy to 1.2.17 (#21020)

* Upgrade sqlalchemy to 1.2.17

* Update requirements_all.txt

* Update requirements_test_all.txt

* Run script again
This commit is contained in:
Fabian Affolter 2019-02-13 12:30:37 +01:00 committed by GitHub
parent 8a6235fdac
commit 8db8a58763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ from . import migration, purge
from .const import DATA_INSTANCE
from .util import session_scope
REQUIREMENTS = ['sqlalchemy==1.2.16']
REQUIREMENTS = ['sqlalchemy==1.2.17']
_LOGGER = logging.getLogger(__name__)

View file

@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['sqlalchemy==1.2.16']
REQUIREMENTS = ['sqlalchemy==1.2.17']
CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'

View file

@ -1596,7 +1596,7 @@ spotipy-homeassistant==2.4.4.dev1
# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.16
sqlalchemy==1.2.17
# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5

View file

@ -276,7 +276,7 @@ somecomfort==0.5.2
# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.16
sqlalchemy==1.2.17
# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5