diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-10-12 09:17:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 09:17:35 -0600 |
commit | d4c08f977ff7ec0bb7e043d9657b8c0747efc169 (patch) | |
tree | 3b0bccb879cb4610418288ba1409951450321225 | |
parent | a34cfc9cff3886ae770cb0a2d527498d60ab24fa (diff) | |
parent | 4ad5551c59595fd9adeb528ef0f7d27313d99b2c (diff) | |
download | numpy-d4c08f977ff7ec0bb7e043d9657b8c0747efc169.tar.gz |
Merge pull request #17537 from numpy/dependabot/pip/hypothesis-5.37.1
MAINT: Bump hypothesis from 5.37.0 to 5.37.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 067dd07c8..4b4bf2c8c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel setuptools<49.2.0 -hypothesis==5.37.0 +hypothesis==5.37.1 pytest==6.0.2 pytz==2020.1 pytest-cov==2.10.1 |