diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-02 05:04:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 05:04:50 (GMT) |
commit | 88210c295d51364c9f779989bc528084b8fe8765 (patch) | |
tree | b6694099961d6d78cef97336b192ee14f8854721 | |
parent | 9a32a2588e1e25ccfd53edcdb381bd332ea2da41 (diff) | |
download | cpython-88210c295d51364c9f779989bc528084b8fe8765.zip cpython-88210c295d51364c9f779989bc528084b8fe8765.tar.gz cpython-88210c295d51364c9f779989bc528084b8fe8765.tar.bz2 |
build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (#123567)
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 ca872b0..6689888 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.108.10 +hypothesis==6.111.2 |