From 15b58311d5e920bf9b5b05a4bc637679c1830c37 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 04:42:44 +0000 Subject: [PATCH] Bump pytest from 5.0.1 to 5.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.0.1 to 5.1.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/5.0.1...5.1.0) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d9c3b42d..41c3b537 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pip>=9 # minimum installation requirements setuptools>=21 # minimum installation requirements coverage==4.5.4 # pytest-cov -pytest==5.0.1 +pytest==5.1.0 psycopg2-binary==2.8.3; platform_python_implementation != "PyPy" psycopg2cffi==2.8.1; platform_python_implementation == "PyPy" port-for==0.4