summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-16 09:42:20 -0800
committerGitHub <noreply@github.com>2019-12-16 09:42:20 -0800
commit66bfedd28d5a24d1febe97bbd43d824f865349ea (patch)
tree8c4a7c3e7043e918c78da9f5287bbf29838a265a
parent2b03ae6f7ab945daeb6f9ae265dbfbbbe0b68f0b (diff)
parentb9b8798967ee00e1269f264711c7a1d4f97b006e (diff)
downloadnumpy-66bfedd28d5a24d1febe97bbd43d824f865349ea.tar.gz
Merge pull request #15116 from numpy/dependabot/pip/pytest-5.3.2
MAINT: Bump pytest from 5.3.1 to 5.3.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 627150673..8ca2ce87b 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.14
-pytest==5.3.1
+pytest==5.3.2
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'