diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-01-25 07:49:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 07:49:48 -0700 |
commit | 6a9db2e5941bd0b7552103409141d7b5ee9f0d58 (patch) | |
tree | 2785de4decf350dac8f3df4b3a697812b573a206 /test_requirements.txt | |
parent | e2f946aca446d3690e154e191fd22d7002341e57 (diff) | |
parent | c7cc6c5df4d1a24f35688983d5ad5163dcb190ca (diff) | |
download | numpy-6a9db2e5941bd0b7552103409141d7b5ee9f0d58.tar.gz |
Merge pull request #18226 from numpy/dependabot/pip/hypothesis-6.0.3
MAINT: Bump hypothesis from 6.0.2 to 6.0.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 72e0c3da6..2d2aa6ae7 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel<0.36.3 setuptools<49.2.0 -hypothesis==6.0.2 +hypothesis==6.0.3 pytest==6.2.1 pytz==2020.5 pytest-cov==2.11.1 |