diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-11-01 13:36:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 13:36:22 -0600 |
commit | 13e6c19338fac4129d3ec145c25f6fdad8f639d4 (patch) | |
tree | cda6db97ffd241ef962974f90dd91df3528dc770 | |
parent | fa397e9d9a821a178ad620b28bb334b800d2c93d (diff) | |
parent | e05273910831fcb13587578d02d972264ec25cc1 (diff) | |
download | numpy-13e6c19338fac4129d3ec145c25f6fdad8f639d4.tar.gz |
Merge pull request #20269 from numpy/dependabot/pip/hypothesis-6.24.1
MAINT: Bump hypothesis from 6.24.0 to 6.24.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 30b193db1..256b26d9b 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.24.0 +hypothesis==6.24.1 pytest==6.2.5 pytz==2021.3 pytest-cov==3.0.0 |