From 6098b7de8e784c33022c4e1d9e3f176e276bc6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 23:03:55 +0200 Subject: [PATCH] Bump pytest from 4.4.2 to 4.5.0 (#1083) Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.2 to 4.5.0. - [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.4.2...4.5.0) Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 1bf174fd7..470910033 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ flake8==3.7.7 pylint==2.3.1 -pytest==4.4.2 +pytest==4.5.0 pytest-timeout==1.3.3 pytest-aiohttp==0.3.0