Upgrade influxdb to 2.12.0
This commit is contained in:
parent
23c5159f6c
commit
66c5d96b43
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ DEFAULT_DATABASE = 'home_assistant'
|
|||
DEFAULT_SSL = False
|
||||
DEFAULT_VERIFY_SSL = False
|
||||
|
||||
REQUIREMENTS = ['influxdb==2.11.0']
|
||||
REQUIREMENTS = ['influxdb==2.12.0']
|
||||
|
||||
CONF_HOST = 'host'
|
||||
CONF_PORT = 'port'
|
||||
|
|
|
@ -91,7 +91,7 @@ https://github.com/theolind/pymysensors/archive/005bff4c5ca7a56acd30e816bc3bcdb5
|
|||
https://github.com/w1ll1am23/pygooglevoice-sms/archive/7c5ee9969b97a7992fc86a753fe9f20e3ffa3f7c.zip#pygooglevoice-sms==0.0.1
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb==2.11.0
|
||||
influxdb==2.12.0
|
||||
|
||||
# homeassistant.components.insteon_hub
|
||||
insteon_hub==0.4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue