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:
parent
8a6235fdac
commit
8db8a58763
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ from . import migration, purge
|
||||||
from .const import DATA_INSTANCE
|
from .const import DATA_INSTANCE
|
||||||
from .util import session_scope
|
from .util import session_scope
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.2.16']
|
REQUIREMENTS = ['sqlalchemy==1.2.17']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.2.16']
|
REQUIREMENTS = ['sqlalchemy==1.2.17']
|
||||||
|
|
||||||
CONF_COLUMN_NAME = 'column'
|
CONF_COLUMN_NAME = 'column'
|
||||||
CONF_QUERIES = 'queries'
|
CONF_QUERIES = 'queries'
|
||||||
|
|
|
@ -1596,7 +1596,7 @@ spotipy-homeassistant==2.4.4.dev1
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sensor.sql
|
# homeassistant.components.sensor.sql
|
||||||
sqlalchemy==1.2.16
|
sqlalchemy==1.2.17
|
||||||
|
|
||||||
# homeassistant.components.sensor.srp_energy
|
# homeassistant.components.sensor.srp_energy
|
||||||
srpenergy==1.0.5
|
srpenergy==1.0.5
|
||||||
|
|
|
@ -276,7 +276,7 @@ somecomfort==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sensor.sql
|
# homeassistant.components.sensor.sql
|
||||||
sqlalchemy==1.2.16
|
sqlalchemy==1.2.17
|
||||||
|
|
||||||
# homeassistant.components.sensor.srp_energy
|
# homeassistant.components.sensor.srp_energy
|
||||||
srpenergy==1.0.5
|
srpenergy==1.0.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue