diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-18 17:05:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 17:05:26 +0000 |
commit | 03ea021e051dc699869587db56a8dbdfe209b2d4 (patch) | |
tree | c054f704b539b42618057f314110474c5f1659e2 /test_requirements.txt | |
parent | f4ef0fd5d97afc7788c46eb51889e90623f5577e (diff) | |
download | numpy-03ea021e051dc699869587db56a8dbdfe209b2d4.tar.gz |
MAINT: Bump hypothesis from 6.23.2 to 6.23.3
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.23.2 to 6.23.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.23.2...hypothesis-python-6.23.3)
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 3a1ee966b..31bea70ca 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,7 +1,7 @@ cython==0.29.24 wheel<0.37.1 setuptools<49.2.0 -hypothesis==6.23.2 +hypothesis==6.23.3 pytest==6.2.5 pytz==2021.3 pytest-cov==3.0.0 |