diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-12-02 09:44:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 09:44:52 -0600 |
commit | f434a6444304aff2c937da93e2f2045ba4419f05 (patch) | |
tree | e90e220070d5884148f25b5671fcd5b3e4cefac2 | |
parent | b83f10ef7ee766bf30ccfa563b6cc8f7fd38a4c8 (diff) | |
parent | 8d112d1eff6c03d8d8c699414cf284b065b06e6a (diff) | |
download | numpy-f434a6444304aff2c937da93e2f2045ba4419f05.tar.gz |
Merge pull request #15025 from numpy/dependabot/pip/pytest-5.3.1
MAINT: Bump pytest from 5.3.0 to 5.3.1
-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 48db0f4ea..627150673 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.14 -pytest==5.3.0 +pytest==5.3.1 pytz==2019.3 pytest-cov==2.8.1 pickle5; python_version == '3.7' |