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

Update influxdb requirement from 5.2.1 to 5.2.2 #263

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on influxdb to permit the latest version.

Changelog

Sourced from influxdb's changelog.

[v5.2.2] - 2019-03-14

Added

Changed

[v5.2.1] - 2018-12-07

Added

Changed

  • Pass through the "method" kwarg to DataFrameClient queries

Removed

[v5.2.0] - 2018-07-10

Added

  • Finally add a CHANGELOG.md to communicate breaking changes (#598)
  • Test multiple versions of InfluxDB in travis
  • Add SHARD DURATION parameter to retention policy create/alter

Changed

  • Update POST/GET requests to follow verb guidelines from InfluxDB documentation
  • Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4
  • Fix performance degradation when removing NaN values via line protocol (#592)

Removed

  • Dropped support for Python3.4

[v5.1.0] - 2018-06-26

Added

  • Connect to InfluxDB path running on server (#556 thx @​gladhorn)
  • Escape measurement names in DataFrameClient (#542 thx @​tzonghao)
  • Escape tags that end with a backslash (#537 thx @​vaniakov)
  • Add back mistakenly-dropped database parameter (#540)
  • Add PyPI status to README.md

Changed

Removed

[v5.0.0] - 2017-11-20

Added

  • Add pool size parameter to client constructor (#534 thx @​vaniakov)
  • Add ping method to client for checking connectivity (#409 thx @​pmenglund)
  • Add retry logic & exponential backoff when a connection fails (#508)
  • Declare which setuptools version is required in PyPy env
  • Functions for drop_measurement and get_list_measurements in InfluxDBClient (#402 thx @​Vic020)
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [influxdb](https://github.com/influxdb/influxdb-python) to permit the latest version.
- [Release notes](https://github.com/influxdb/influxdb-python/releases)
- [Changelog](https://github.com/influxdata/influxdb-python/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-python@v5.2.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant