summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-06-07 08:41:37 -0600
committerGitHub <noreply@github.com>2021-06-07 08:41:37 -0600
commit7dfa75d516ddb44fd861a42ab64d844eb28c7d86 (patch)
tree68a61d231baacacf1bed02d7994c7ea1ea61d592
parentb1be1f132eaa2499925c53172623cf178ee9e012 (diff)
parent37b03649c099dbb6efbb92433d58a4137b367a4e (diff)
downloadnumpy-7dfa75d516ddb44fd861a42ab64d844eb28c7d86.tar.gz
Merge pull request #19181 from numpy/dependabot/pip/pytest-cov-2.12.1
MAINT: Bump pytest-cov from 2.12.0 to 2.12.1
-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