diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-03-30 12:34:47 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2020-03-30 12:34:47 +0200 |
commit | f0a74b2d4e50a1b4f9d9189c6b2e31b920913a8b (patch) | |
tree | 76e7f14932bc16f72afd8d233e656a29ae7b9e53 /test_requirements.txt | |
parent | 77c5841b93873bb1d71c38be3e41cf81ede59743 (diff) | |
download | numpy-f0a74b2d4e50a1b4f9d9189c6b2e31b920913a8b.tar.gz |
MAINT: Bump hypothesis from 5.6.0 to 5.8.0
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 a3343be2b..8a3843395 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.16 -hypothesis==5.6.0 +hypothesis==5.8.0 pytest==5.4.1 pytz==2019.3 pytest-cov==2.8.1 |