From f60b6e386f0c2cc748217d87d42b39149294e3e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 07:35:16 +0000 Subject: [PATCH] Update pytest requirement from 4.1.1 to 5.1.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.1.1...5.1.1) Signed-off-by: dependabot-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce1708f..c07bba4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ influxdb = "5.2.1" [tool.poetry.dev-dependencies] asynctest = "0.12.2" -pytest = "4.1.1" +pytest = "5.1.1" pytest-asyncio = "0.10.0" pytest-cov = "2.6.1" pytest-mock = "1.10.0"