summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-07 06:53:41 +0000
committerGitHub <noreply@github.com>2021-06-07 06:53:41 +0000
commit37b03649c099dbb6efbb92433d58a4137b367a4e (patch)
tree26caeb6e35c0eeb728af9687a8e919866544019b /test_requirements.txt
parent21838b4b21d8c702730aba80131fe6ee5fe5116f (diff)
downloadnumpy-37b03649c099dbb6efbb92433d58a4137b367a4e.tar.gz
MAINT: Bump pytest-cov from 2.12.0 to 2.12.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1. - [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...v2.12.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index e2a22464e..6834d4c2b 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -4,7 +4,7 @@ setuptools<49.2.0
hypothesis==6.13.10
pytest==6.2.4
pytz==2021.1
-pytest-cov==2.12.0
+pytest-cov==2.12.1
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi