From 91114e8833cd4783d79d19bb8332f50f2d68e2c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 07:46:14 +0000 Subject: [PATCH] Bump pytest from 4.6.9 to 5.4.0 in /platform Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.9 to 5.4.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.6.9...5.4.0) Signed-off-by: dependabot-preview[bot] --- platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/requirements.txt b/platform/requirements.txt index 9875b2d2..e334f0b5 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -10,7 +10,7 @@ pathlib2==2.3.5 ; python_version < '3' pluggy==0.13.1 py==1.8.1 pyparsing==2.4.6 -pytest==4.6.9 +pytest==5.4.0 scandir==1.10.0 ; python_version < '3.5' six==1.13.0 wcwidth==0.1.8