diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-10 09:00:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 09:00:53 +0000 |
commit | e2c6fd02a2f0819e690918e3d4a0079151492828 (patch) | |
tree | 123c0792a362c46541a6db22b71d6fdc67733d84 | |
parent | 961b56fb58ee6482cffdce6f61cb679eba654daf (diff) | |
download | numpy-dependabot/pip/hypothesis-5.23.12.tar.gz |
MAINT: Bump hypothesis from 5.23.9 to 5.23.12dependabot/pip/hypothesis-5.23.12
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.23.9 to 5.23.12.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.23.9...hypothesis-python-5.23.12)
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 51551d01f..88ee0c64e 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.21 wheel setuptools<49.2.0 -hypothesis==5.23.9 +hypothesis==5.23.12 pytest==6.0.1 pytz==2020.1 pytest-cov==2.10.0 |