Upgrade sqlalchemy to 1.3.0 (#22269)
This commit is contained in:
parent
5716d0aa1a
commit
3432c5da9e
4 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,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.18']
|
REQUIREMENTS = ['sqlalchemy==1.3.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['sqlalchemy==1.2.18']
|
REQUIREMENTS = ['sqlalchemy==1.3.0']
|
||||||
|
|
||||||
CONF_COLUMN_NAME = 'column'
|
CONF_COLUMN_NAME = 'column'
|
||||||
CONF_QUERIES = 'queries'
|
CONF_QUERIES = 'queries'
|
||||||
|
|
|
@ -1632,7 +1632,7 @@ spotipy-homeassistant==2.4.4.dev1
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql.sensor
|
# homeassistant.components.sql.sensor
|
||||||
sqlalchemy==1.2.18
|
sqlalchemy==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.srp_energy.sensor
|
# homeassistant.components.srp_energy.sensor
|
||||||
srpenergy==1.0.5
|
srpenergy==1.0.5
|
||||||
|
|
|
@ -289,7 +289,7 @@ somecomfort==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql.sensor
|
# homeassistant.components.sql.sensor
|
||||||
sqlalchemy==1.2.18
|
sqlalchemy==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.srp_energy.sensor
|
# homeassistant.components.srp_energy.sensor
|
||||||
srpenergy==1.0.5
|
srpenergy==1.0.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue