From d7753280dd8bd8bdb30619a17eb43af19d6d16ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 07:06:41 +0000 Subject: [PATCH 1/2] Update pytest requirement from ~=6.0.2 to ~=6.1.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/6.0.2...6.1.0) Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 5dd6e197c05..38206f06fd4 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ coverage~=5.3 pytest-cov~=2.10.1 -pytest~=6.0.2 +pytest~=6.1.0 pytest-rerunfailures~=9.1 pytest-xdist~=2.1.0 codacy-coverage~=1.3.11 From 304540effafe7c2759dc208e45726b0d4da02a94 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Wed, 30 Sep 2020 08:59:20 +0200 Subject: [PATCH 2/2] upgrade pytest rerun failure reqirement to 6.1.1 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 38206f06fd4..579c7772a82 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ coverage~=5.3 pytest-cov~=2.10.1 pytest~=6.1.0 -pytest-rerunfailures~=9.1 +pytest-rerunfailures~=9.1.1 pytest-xdist~=2.1.0 codacy-coverage~=1.3.11 hypothesis~=5.36.1