diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-01-11 10:23:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 10:23:36 +0200 |
commit | 09d5b2f8ad8a04eed93b6bc4789c4595bd33c2f2 (patch) | |
tree | 756f2295b4b0fc44af267e5201a0976e793d528d | |
parent | e4c78e3c0c06576be6cb12354730018b765c627a (diff) | |
parent | d8f4974b81942018edbf41b30f774d4ebd6fae2b (diff) | |
download | numpy-09d5b2f8ad8a04eed93b6bc4789c4595bd33c2f2.tar.gz |
Merge pull request #18149 from numpy/dependabot/pip/hypothesis-6.0.0
MAINT: Bump hypothesis from 5.46.0 to 6.0.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 53dd25f76..b6aaa8995 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel<0.36.3 setuptools<49.2.0 -hypothesis==5.46.0 +hypothesis==6.0.0 pytest==6.2.1 pytz==2020.5 pytest-cov==2.10.1 |