diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-22 09:28:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 09:28:03 +0000 |
commit | 7d2b8c7ddffd2597e4e5953feb754c62a4d78721 (patch) | |
tree | 20ccfc2f8e69b558c74c661cbf555f505d71e394 | |
parent | 6d4895cc9fe614cf3164891b1f502453312f64ca (diff) | |
download | numpy-dependabot/pip/hypothesis-5.16.3.tar.gz |
MAINT: Bump hypothesis from 5.16.1 to 5.16.3dependabot/pip/hypothesis-5.16.3
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.1 to 5.16.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.16.1...hypothesis-python-5.16.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 b886c7167..771afee44 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.19 -hypothesis==5.16.1 +hypothesis==5.16.3 pytest==5.4.3 pytz==2020.1 pytest-cov==2.10.0 |