diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-19 05:23:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 05:23:49 (GMT) |
commit | 6099fdf733c2d67c05f0f64c9980fb621741baed (patch) | |
tree | 855ce47293bd5073ee23756c685695d3973e9360 /Tools | |
parent | 60787b8a4e80b9a3e67de781e6803364410ab285 (diff) | |
download | cpython-6099fdf733c2d67c05f0f64c9980fb621741baed.zip cpython-6099fdf733c2d67c05f0f64c9980fb621741baed.tar.gz cpython-6099fdf733c2d67c05f0f64c9980fb621741baed.tar.bz2 |
build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.98.15 to 6.100.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.15...hypothesis-python-6.100.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')
-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 1a45d1c..8cfa0df 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.98.15 +hypothesis==6.100.0 |