diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-10-19 09:46:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 09:46:16 -0500 |
commit | bd178b3836e62064bd894a8a2b4c9f0ea71452ac (patch) | |
tree | 4ea7b667b06754ecc92eaa6eb3a60f16faa6dbb4 | |
parent | fb27bd593222f42b4dad5286dcb9be4b74f34273 (diff) | |
parent | 44b6e2426a1f74d2bf1c596d6d9df91a1341510d (diff) | |
download | numpy-bd178b3836e62064bd894a8a2b4c9f0ea71452ac.tar.gz |
Merge pull request #17583 from numpy/dependabot/pip/hypothesis-5.37.3
MAINT: Bump hypothesis from 5.37.1 to 5.37.3
-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 c189631ed..6d8b94cae 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel setuptools<49.2.0 -hypothesis==5.37.1 +hypothesis==5.37.3 pytest==6.0.2 pytz==2020.1 pytest-cov==2.10.1 |