diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-16 09:42:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 09:42:20 -0800 |
commit | 66bfedd28d5a24d1febe97bbd43d824f865349ea (patch) | |
tree | 8c4a7c3e7043e918c78da9f5287bbf29838a265a | |
parent | 2b03ae6f7ab945daeb6f9ae265dbfbbbe0b68f0b (diff) | |
parent | b9b8798967ee00e1269f264711c7a1d4f97b006e (diff) | |
download | numpy-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.txt | 2 |
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' |