diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-05-12 10:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 10:04:52 -0500 |
commit | 7f836a9aca57de7fcae188b66ee1d8b60c6fc7b1 (patch) | |
tree | dd6318ab9596acfcc39842c61dcece19ff579621 | |
parent | 84a4c4b03a43c915151193685588f80759f2ea44 (diff) | |
parent | 349c740a85b48e6338d7db07d552b7008ac84b32 (diff) | |
download | numpy-7f836a9aca57de7fcae188b66ee1d8b60c6fc7b1.tar.gz |
Merge pull request #16203 from numpy/dependabot/pip/hypothesis-5.12.0
MAINT: Bump hypothesis from 5.10.4 to 5.12.0
-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 d6b079fd3..5db322b9b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.17 -hypothesis==5.10.4 +hypothesis==5.12.0 pytest==5.4.2 pytz==2020.1 pytest-cov==2.8.1 |