From 9742ea20f2e0ef03099be9d5b8fba1736722cb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 06:20:29 +0000 Subject: [PATCH] Update influxdb requirement from 5.2.1 to 5.2.2 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](https://github.com/influxdb/influxdb-python/compare/v5.2.1...v5.2.2) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..4f277732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ed25519 = "1.4.0" aiozmq = "0.7.1" WTForms = "2.2.1" Werkzeug = "0.14.1" -influxdb = "5.2.1" +influxdb = "5.2.2" [tool.poetry.dev-dependencies] asynctest = "0.12.2"