diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-10-31 14:43:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 14:43:57 +0100 |
commit | 2be03c8d25b14b654064e953feac7d210e6bd44d (patch) | |
tree | e245ad86bc292f432fba559898fe8be752d184d2 | |
parent | ed7a0771803233665e9c0f072528b564e7489ead (diff) | |
parent | 7572f294e719661979a0f25e91d1c71962714100 (diff) | |
download | numpy-2be03c8d25b14b654064e953feac7d210e6bd44d.tar.gz |
Merge pull request #14792 from numpy/dependabot/pip/pytest-5.2.2
MAINT: Bump pytest from 5.2.1 to 5.2.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 ea2a4bfbf..845e3093e 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.13 -pytest==5.2.1 +pytest==5.2.2 pytz==2019.3 pytest-cov==2.8.1 pickle5; python_version == '3.7' |