Upgrade sqlalchemy to 1.2.13 (#18084)
This commit is contained in:
parent
957320f265
commit
a3e77bc5f3
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.11']
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.13']
|
||||
|
||||
CONF_COLUMN_NAME = 'column'
|
||||
CONF_QUERIES = 'queries'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue