diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-25 09:04:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 09:04:19 +0000 |
commit | f41ecf8c019b7f7c2792941edd7b50dd3fbe976b (patch) | |
tree | b2d2a27e08097f875072dbb8311e776d483658d2 /test_requirements.txt | |
parent | da0d66baff4731e13017e7e0802eded966b85664 (diff) | |
download | numpy-f41ecf8c019b7f7c2792941edd7b50dd3fbe976b.tar.gz |
MAINT: Bump hypothesis from 5.14.0 to 5.15.1dependabot/pip/hypothesis-5.15.1
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.14.0 to 5.15.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.14.0...hypothesis-python-5.15.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 607fabe1e..9714ee085 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython==0.29.17 -hypothesis==5.14.0 +hypothesis==5.15.1 pytest==5.4.2 pytz==2020.1 pytest-cov==2.8.1 |