diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-07-19 14:28:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:28:50 -0600 |
commit | b575bd6928402e9738f439610ec13058f3402f3a (patch) | |
tree | 0993aa2237c64864709f404e521f8f4836148141 /test_requirements.txt | |
parent | 639f94d164407a311295fa67d3a5363cb718f965 (diff) | |
parent | ec4a85847c6243c06ecbc9d67b3191d44fe85708 (diff) | |
download | numpy-b575bd6928402e9738f439610ec13058f3402f3a.tar.gz |
Merge pull request #19518 from numpy/dependabot/pip/hypothesis-6.14.3
MAINT: Bump hypothesis from 6.14.2 to 6.14.3
Diffstat (limited to 'test_requirements.txt')
-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 d3d2d3e44..204678d98 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.24 wheel<0.36.3 setuptools<49.2.0 -hypothesis==6.14.2 +hypothesis==6.14.3 pytest==6.2.4 pytz==2021.1 pytest-cov==2.12.1 |