summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-09-01 09:40:16 -0600
committerGitHub <noreply@github.com>2019-09-01 09:40:16 -0600
commitf4baba0960b935292736f904644efe82de9d60f6 (patch)
treea099b42c860406a998221c24f3417b53dbdb6277
parent947304a84b764067da58bd363a732fc1033058b3 (diff)
parent5bf6114cc395a569aabe9f2aa433c82e6c41f831 (diff)
downloadnumpy-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.txt2
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'