diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-06 11:54:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 11:54:54 -0600 |
commit | 1fe57b2427e20f466c254ed6a98a014d9a9e574e (patch) | |
tree | c51e44278518af79bdaea935c3bf1b3e66944aef | |
parent | d708ec3d6980cb46d0b566a2757c908b0cf16422 (diff) | |
parent | 63b4c8c99a06bf3acd457fafdd954b784fda8bda (diff) | |
download | numpy-1fe57b2427e20f466c254ed6a98a014d9a9e574e.tar.gz |
Merge pull request #19837 from numpy/dependabot/pip/hypothesis-6.18.0
MAINT: Bump hypothesis from 6.17.3 to 6.18.0
-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 fc59021ec..961e98580 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.17.3 +hypothesis==6.18.0 pytest==6.2.5 pytz==2021.1 pytest-cov==2.12.1 |