summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-10-01 10:42:14 -0700
committerGitHub <noreply@github.com>2019-10-01 10:42:14 -0700
commit576b376dc8e76fd10a12b210a6a60c854abbcb89 (patch)
treecec36dfac0be939f3239c06f0e3d4bbb7f8cc9d4
parent25ce1dec42c175b1f5dee64aa5e04acad3283ce1 (diff)
parentf2e02012de6c517faa0317fc36bbca1cdeeb1f70 (diff)
downloadnumpy-576b376dc8e76fd10a12b210a6a60c854abbcb89.tar.gz
Merge pull request #14614 from numpy/dependabot/pip/pytest-5.2.0
MAINT: Bump pytest from 5.1.3 to 5.2.0
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 2d52599b1..878a3b60b 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.13
-pytest==5.1.3
+pytest==5.2.0
pytz==2019.2
pytest-cov==2.7.1
pickle5; python_version == '3.7'