From 3ea84fd9bcd185c30fe97655b6281ed781b11ce9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 16:10:59 +0000 Subject: [PATCH] Bump pytest from 3.6.3 to 5.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.6.3 to 5.3.2. - [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/3.6.3...5.3.2) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 496cefe15..a641868f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ coverage==4.5.4 ddt==1.2.2 flake8==3.7.9 mock==3.0.5 -pytest==5.1.1; python_version >= '3.5' +pytest==5.3.2; python_version >= '3.5' pytest==4.6.5; python_version < '3.5' pytest-cov==2.8.1