From 8815d325be5e872613b7fbea6dc7fbc3e9c22bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 16:27:20 +0000 Subject: [PATCH] Update pytest-cov requirement from ==2.12.* to ==3.0.* Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index eb93b94e..abe0a478 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -6,5 +6,5 @@ black feedparser>=6.0,<6.1 flake8>=3.8,<4.1 pre-commit>=2.10,<2.17 -pytest-cov==2.12.* +pytest-cov==3.0.* validator-collection>=1.5,<1.6