diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-14 13:46:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 13:46:07 -0500 |
commit | 0a86e4132cb8cdff5414412bbf277274564826e0 (patch) | |
tree | 89ad0149fb5e06d163721e87fce07cb3a5d1dde5 | |
parent | 245b73ef38844395c36ce4c1032092c81253d112 (diff) | |
parent | 5abb267691a44e908bc4084d1b83ad7d73c34796 (diff) | |
download | numpy-0a86e4132cb8cdff5414412bbf277274564826e0.tar.gz |
Merge pull request #17308 from numpy/dependabot/pip/pytest-6.0.2
MAINT: Bump pytest from 6.0.1 to 6.0.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 0349b711b..ca39de622 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,7 +2,7 @@ cython==0.29.21 wheel setuptools<49.2.0 hypothesis==5.35.1 -pytest==6.0.1 +pytest==6.0.2 pytz==2020.1 pytest-cov==2.10.1 pickle5; python_version == '3.7' |