From 4f00319a1a38b6048c3f5294395b56ccf18c7604 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:18:50 +0000 Subject: [PATCH] Bump pytest from 5.3.5 to 6.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 6.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.3.5...6.1.0) 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 35e787d..9a8cf25 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ flask==1.1.1 mock==4.0.1 pip==20.0.2 plumbum==1.6.8 -pytest==5.3.5 +pytest==6.1.0 PyYAML==5.3 Sphinx==2.4.1 tox==3.14.3