From d0de8b324664cc23ec68f1ef275bcf60fb672b2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 07:00:06 +0000 Subject: [PATCH] Update pytest requirement from 4.1.1 to 5.0.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.0.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..cf79b634 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.0.1" pytest-asyncio = "0.10.0" pytest-cov = "2.6.1" pytest-mock = "1.10.0"