diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 13:17:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 13:17:37 +0000 |
commit | e3035738627cb4ca8fe0dfe358bc93aa06ed5fb0 (patch) | |
tree | 0d153a1b893d278733028ea4940e6ca832660c86 /test_requirements.txt | |
parent | f9c3ed5bc5c7bad4649bbfc4056c5d6ea39e1abb (diff) | |
download | numpy-e3035738627cb4ca8fe0dfe358bc93aa06ed5fb0.tar.gz |
MAINT: Bump hypothesis from 6.10.1 to 6.12.0
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.10.1 to 6.12.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.10.1...hypothesis-python-6.12.0)
Signed-off-by: dependabot[bot] <support@github.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 4982c9035..bba27a7b1 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.23 wheel<0.36.3 setuptools<49.2.0 -hypothesis==6.10.1 +hypothesis==6.12.0 pytest==6.2.4 pytz==2021.1 pytest-cov==2.11.1 |