diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-08-17 17:01:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 17:01:52 +0300 |
commit | cec45adb1a6aae140996d78adbe170fb8328c681 (patch) | |
tree | ffef9622090751820f9fb912efaeeb3dfe61776f /test_requirements.txt | |
parent | 5216737b3cfc43457cc26cdf5197d1f6c9f5e8ce (diff) | |
parent | 96ccd434925a858312f53aa9757177bf98cb7122 (diff) | |
download | numpy-cec45adb1a6aae140996d78adbe170fb8328c681.tar.gz |
Merge pull request #17091 from numpy/dependabot/pip/pytest-cov-2.10.1
MAINT: Bump pytest-cov from 2.10.0 to 2.10.1
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 7b868385c..95c06e576 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,7 +4,7 @@ setuptools<49.2.0 hypothesis==5.26.0 pytest==6.0.1 pytz==2020.1 -pytest-cov==2.10.0 +pytest-cov==2.10.1 pickle5; python_version == '3.7' pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending |