From 606b1f34e349b6b92b716dbdb759369bf3a10f6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 13:12:21 +0000 Subject: [PATCH] Bump pytest from 5.3.5 to 5.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.1. - [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.3.5...5.4.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e11d3075..d33c691a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pytest-cov==2.8.1 pytest-tornasync==0.6.0.post2; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6" pytest==4.6.6; python_version<"3.5" -pytest==5.3.5; python_version>="3.5" +pytest==5.4.1; python_version>="3.5" six==1.14.0 tornado==5.1.1; python_version<"3.6" tornado==6.0.3; python_version>="3.6"