diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-01 11:17:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 11:17:24 (GMT) |
commit | 847e4fe0e81f0e6e54ef52a9be63e3fb74b0779a (patch) | |
tree | 863064474ced0427801c587c594054e247873b6d /Tools/requirements-hypothesis.txt | |
parent | f21e2f4b12298210d7ef60be97c7d2e6b07070d1 (diff) | |
download | cpython-847e4fe0e81f0e6e54ef52a9be63e3fb74b0779a.zip cpython-847e4fe0e81f0e6e54ef52a9be63e3fb74b0779a.tar.gz cpython-847e4fe0e81f0e6e54ef52a9be63e3fb74b0779a.tar.bz2 |
build(deps): bump hypothesis from 6.88.1 to 6.91.0 in /Tools (#112580)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.88.1 to 6.91.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.88.1...hypothesis-python-6.91.0)
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Tools/requirements-hypothesis.txt')
-rw-r--r-- | Tools/requirements-hypothesis.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index 0fcc72a..1bca5d2 100644 --- a/Tools/requirements-hypothesis.txt +++ b/Tools/requirements-hypothesis.txt @@ -1,4 +1,4 @@ # Requirements file for hypothesis that # we use to run our property-based tests in CI. -hypothesis==6.88.1 +hypothesis==6.91.0 |