From 05a305ee0a64bd1d5dff09fe03a7fd35fbf5996b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 05:53:42 +0000 Subject: [PATCH] Bump pytest from 4.6.3 to 6.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.3 to 6.1.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/4.6.3...6.1.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 7e8c2ff..024d094 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flake8==3.7.8 -pytest==4.6.3 +pytest==6.1.1 pytest-cov==2.7.1 tox==3.14.0 isort==4.3.18