diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-01-27 08:35:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 08:35:20 -0800 |
commit | ff4f5c45b497041e671ea7882dfc3310da2c05f4 (patch) | |
tree | 83bac23f1baf66910bdde92c4022236bfe2d2a9c | |
parent | 14427ef44ee092853eab4464ac3dfb7b216e67de (diff) | |
parent | ea5a64ca64538fad1db9f860eb2f4655bcc24f87 (diff) | |
download | numpy-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.txt | 2 |
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' |