summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-25 08:07:22 -0600
committerGitHub <noreply@github.com>2020-05-25 08:07:22 -0600
commitc65e5dc7c91bbb257e98e6b61e5e827db49c1552 (patch)
treeb2d2a27e08097f875072dbb8311e776d483658d2
parentda0d66baff4731e13017e7e0802eded966b85664 (diff)
parentf41ecf8c019b7f7c2792941edd7b50dd3fbe976b (diff)
downloadnumpy-c65e5dc7c91bbb257e98e6b61e5e827db49c1552.tar.gz
Merge pull request #16368 from numpy/dependabot/pip/hypothesis-5.15.1
MAINT: Bump hypothesis from 5.14.0 to 5.15.1
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 607fabe1e..9714ee085 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
cython==0.29.17
-hypothesis==5.14.0
+hypothesis==5.15.1
pytest==5.4.2
pytz==2020.1
pytest-cov==2.8.1