summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-11 10:23:36 +0200
committerGitHub <noreply@github.com>2021-01-11 10:23:36 +0200
commit09d5b2f8ad8a04eed93b6bc4789c4595bd33c2f2 (patch)
tree756f2295b4b0fc44af267e5201a0976e793d528d
parente4c78e3c0c06576be6cb12354730018b765c627a (diff)
parentd8f4974b81942018edbf41b30f774d4ebd6fae2b (diff)
downloadnumpy-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.txt2
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