diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-21 08:28:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 08:28:39 -0500 |
commit | e552726e3a5ff964a004d46558f534e7a47cab70 (patch) | |
tree | c1761fb465b4c9340d6f9745bcd69e772fe4af7c | |
parent | 70f4309a155808d3a60a9a71db2d9482c1ec3ad7 (diff) | |
parent | fa1fa77264e977ace57afc2520f4d12d39757cf8 (diff) | |
download | numpy-e552726e3a5ff964a004d46558f534e7a47cab70.tar.gz |
Merge pull request #17357 from numpy/dependabot/pip/hypothesis-5.35.3
MAINT: Bump hypothesis from 5.35.1 to 5.35.3
-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 ca39de622..036e9861f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel setuptools<49.2.0 -hypothesis==5.35.1 +hypothesis==5.35.3 pytest==6.0.2 pytz==2020.1 pytest-cov==2.10.1 |