diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-03 07:52:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 07:52:59 (GMT) |
commit | f49c83aa6683915fe6ba0a1177c3d4e873429703 (patch) | |
tree | 14f99aef857f33648b65995e269b3fccb6be93ce | |
parent | f65d17bf471ae5932ebd8baacedca83bfc85bdb1 (diff) | |
download | cpython-f49c83aa6683915fe6ba0a1177c3d4e873429703.zip cpython-f49c83aa6683915fe6ba0a1177c3d4e873429703.tar.gz cpython-f49c83aa6683915fe6ba0a1177c3d4e873429703.tar.bz2 |
build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.100.2 to 6.104.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.2...hypothesis-python-6.104.2)
---
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>
-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 9d5a18c..ab3f39a 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.100.2 +hypothesis==6.104.2 |