mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 12:29:55 +00:00
Upgrade sqlalchemy to 1.3.0 (#22269)
This commit is contained in:
committed by
Paulus Schoutsen
parent
5716d0aa1a
commit
3432c5da9e
@@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['sqlalchemy==1.2.18']
|
||||
REQUIREMENTS = ['sqlalchemy==1.3.0']
|
||||
|
||||
CONF_COLUMN_NAME = 'column'
|
||||
CONF_QUERIES = 'queries'
|
||||
|
||||
Reference in New Issue
Block a user