diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-13 11:40:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 11:40:30 -0600 |
commit | 70bd97a840c4ee088a0c30164ad7ea429bb7151c (patch) | |
tree | 54e2d3113d3b06c7d0dc92e073cd433381b76ab9 | |
parent | 5375b72b0639320f75dff3d96959fad1f068318a (diff) | |
parent | 84561c8fa44e31001c02a6090d3dcd3b2d72c463 (diff) | |
download | numpy-70bd97a840c4ee088a0c30164ad7ea429bb7151c.tar.gz |
Merge pull request #19867 from numpy/dependabot/pip/hypothesis-6.21.1
MAINT: Bump hypothesis from 6.18.0 to 6.21.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 961e98580..95ec0bb78 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.24 wheel<0.37.1 setuptools<49.2.0 -hypothesis==6.18.0 +hypothesis==6.21.1 pytest==6.2.5 pytz==2021.1 pytest-cov==2.12.1 |