diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-03-29 14:35:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 14:35:31 +0300 |
commit | 21bfcb8bec35b1df2e09e080f648a60244184e02 (patch) | |
tree | 436dc4f10828bd61f1d039e18d95aea9486f057e | |
parent | 5aae0788a96ed3b08a640d79154f9dd13e5b6df6 (diff) | |
parent | 0265b3c0579fdbf5661a3ab7324d8375e424d1d2 (diff) | |
download | numpy-21bfcb8bec35b1df2e09e080f648a60244184e02.tar.gz |
Merge pull request #18693 from numpy/dependabot/pip/hypothesis-6.8.3
MAINT: Bump hypothesis from 6.8.1 to 6.8.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 0762d5acf..ab73b2d35 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.22 wheel<0.36.3 setuptools<49.2.0 -hypothesis==6.8.1 +hypothesis==6.8.3 pytest==6.2.2 pytz==2021.1 pytest-cov==2.11.1 |