diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-06-22 07:00:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 07:00:41 -0600 |
commit | 28895456f147bc6e78f9366b75d1897bbc7ac3fa (patch) | |
tree | 10f77753058d09566634149a2181509847684dd5 /test_requirements.txt | |
parent | 57ab15620bc41647203ce6fcd068b34e313822d9 (diff) | |
parent | 7d2b8c7ddffd2597e4e5953feb754c62a4d78721 (diff) | |
download | numpy-28895456f147bc6e78f9366b75d1897bbc7ac3fa.tar.gz |
Merge pull request #16658 from numpy/dependabot/pip/hypothesis-5.16.3
MAINT: Bump hypothesis from 5.16.1 to 5.16.3
Diffstat (limited to 'test_requirements.txt')
-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 87291e7bf..81934a852 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.19 -hypothesis==5.16.1 +hypothesis==5.16.3 pytest==5.4.3 pytz==2020.1 pytest-cov==2.10.0 |