diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-11 07:22:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 07:22:46 +0000 |
commit | d8f4974b81942018edbf41b30f774d4ebd6fae2b (patch) | |
tree | 44a81f54934109cfe31f8d4031db3529673a45b3 /test_requirements.txt | |
parent | 49e026df832a691638786774708c8ccece6e41c1 (diff) | |
download | numpy-d8f4974b81942018edbf41b30f774d4ebd6fae2b.tar.gz |
MAINT: Bump hypothesis from 5.46.0 to 6.0.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.46.0 to 6.0.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.46.0...hypothesis-python-6.0.0)
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 53dd25f76..b6aaa8995 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==5.46.0 +hypothesis==6.0.0 pytest==6.2.1 pytz==2020.5 pytest-cov==2.10.1 |