diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-09-28 08:12:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 08:12:53 -0600 |
commit | 015eb5f76e1dd5b38b08bbe8b648fdb34b25e938 (patch) | |
tree | 652ef50f2313ae8559f5c6c86204d9184f5a2a98 | |
parent | 66685909f174c38ebfbf7f733f40bcf7d9e86d48 (diff) | |
parent | e5a82c95742908899b0b4d7ee54617eb4c6b3972 (diff) | |
download | numpy-015eb5f76e1dd5b38b08bbe8b648fdb34b25e938.tar.gz |
Merge pull request #17386 from numpy/dependabot/pip/hypothesis-5.36.1
MAINT: Bump hypothesis from 5.35.3 to 5.36.1
-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 036e9861f..c86d46eb8 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel setuptools<49.2.0 -hypothesis==5.35.3 +hypothesis==5.36.1 pytest==6.0.2 pytz==2020.1 pytest-cov==2.10.1 |