diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-09-01 09:40:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 09:40:16 -0600 |
commit | f4baba0960b935292736f904644efe82de9d60f6 (patch) | |
tree | a099b42c860406a998221c24f3417b53dbdb6277 | |
parent | 947304a84b764067da58bd363a732fc1033058b3 (diff) | |
parent | 5bf6114cc395a569aabe9f2aa433c82e6c41f831 (diff) | |
download | numpy-f4baba0960b935292736f904644efe82de9d60f6.tar.gz |
Merge pull request #14407 from numpy/dependabot/pip/pytest-5.1.2
Bump pytest from 5.1.1 to 5.1.2
-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 c2cd98749..cb3e5f758 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.13 -pytest==5.1.1 +pytest==5.1.2 pytz==2019.2 pytest-cov==2.7.1 pickle5; python_version == '3.7' |