Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades InfluxDB dependency to 5.2.0 #18668

Merged
merged 1 commit into from
Nov 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity_values import EntityValues

REQUIREMENTS = ['influxdb==5.0.0']
REQUIREMENTS = ['influxdb==5.2.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['influxdb==5.0.0']
REQUIREMENTS = ['influxdb==5.2.0']

DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 8086
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ ihcsdk==2.2.0

# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==5.0.0
influxdb==5.2.0

# homeassistant.components.insteon
insteonplm==0.15.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ homematicip==0.9.8

# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==5.0.0
influxdb==5.2.0

# homeassistant.components.dyson
libpurecoollink==0.4.2
Expand Down