diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-03-16 09:03:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 09:03:53 -0500 |
commit | f77c5e83c07985aacbddb89525785a3f66ce1b3b (patch) | |
tree | 75b2fa2b0847145a8716088fdb116cef2097f5df | |
parent | cd3b44d5f0915245138d44fdb3ee376601e34716 (diff) | |
parent | d6baae0c6fc22c115dbe1b97ea90da76dfadea6a (diff) | |
download | numpy-f77c5e83c07985aacbddb89525785a3f66ce1b3b.tar.gz |
Merge pull request #15762 from numpy/dependabot/pip/pytest-5.4.1
MAINT: Bump pytest from 5.3.5 to 5.4.1
-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 4395fed48..494181641 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ cython==0.29.15 hypothesis==5.6.0 -pytest==5.3.5 +pytest==5.4.1 pytz==2019.3 pytest-cov==2.8.1 pickle5; python_version == '3.7' |