From 0ca0050e8647d10f2efbc0601fa2d21b8e3485ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 04:24:11 +0000 Subject: [PATCH 1/2] Bump pytest from 6.2.0 to 6.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.0 to 6.2.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/6.2.0...6.2.1) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 846b8599..3446867f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pip>=9 # minimum installation requirements setuptools>=21 # minimum installation requirements coverage==5.3 # pytest-cov -pytest==6.2.0 +pytest==6.2.1 pytest-cov==2.10.1 pytest-xdist==2.2.0 psycopg2-binary==2.8.6; platform_python_implementation != "PyPy" From d64bd90247cc4cd11d17178820587f092b8b0e0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 04:21:10 +0000 Subject: [PATCH 2/2] Bump coverage from 5.3 to 5.3.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.3 to 5.3.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.3...coverage-5.3.1) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3446867f..532597a0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ # test runs requirements (versions we'll be testing against) - automatically updated by requires.io pip>=9 # minimum installation requirements setuptools>=21 # minimum installation requirements -coverage==5.3 # pytest-cov +coverage==5.3.1 # pytest-cov pytest==6.2.1 pytest-cov==2.10.1 pytest-xdist==2.2.0