From e7eec37075599475ccbeaf82c6c8e51e7f216050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 05:53:25 +0000 Subject: [PATCH] Bump pytest from 2.9.1 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 2.9.1 to 6.2.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/2.9.1...6.2.4) Signed-off-by: dependabot[bot] --- requirements/rtd.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/rtd.txt b/requirements/rtd.txt index 0e75e47b..c649a393 100644 --- a/requirements/rtd.txt +++ b/requirements/rtd.txt @@ -15,7 +15,7 @@ spoon==1.0.6 dnspython3==1.12.0 py3dns==3.1.0 mock==2.0.0 -pytest==2.9.1 +pytest==6.2.4 pytest-cov==2.2.1 python-coveralls==2.7.0 pep8==1.7.1 diff --git a/requirements/tests.txt b/requirements/tests.txt index acce5f5d..e7182e86 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Requirements for running tests. mock==2.0.0 -pytest==2.9.1 +pytest==6.2.4 pytest-cov==2.2.1 python-coveralls==2.7.0 pep8==1.7.1