summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-01-27 08:35:20 -0800
committerGitHub <noreply@github.com>2020-01-27 08:35:20 -0800
commitff4f5c45b497041e671ea7882dfc3310da2c05f4 (patch)
tree83bac23f1baf66910bdde92c4022236bfe2d2a9c
parent14427ef44ee092853eab4464ac3dfb7b216e67de (diff)
parentea5a64ca64538fad1db9f860eb2f4655bcc24f87 (diff)
downloadnumpy-ff4f5c45b497041e671ea7882dfc3310da2c05f4.tar.gz
Merge pull request #15445 from numpy/dependabot/pip/pytest-5.3.4
MAINT: Bump pytest from 5.3.3 to 5.3.4
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 3aea49079..fda0eff65 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.14
-pytest==5.3.3
+pytest==5.3.4
pytz==2019.3
pytest-cov==2.8.1
pickle5; python_version == '3.7'