diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-01 10:27:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 10:27:35 (GMT) |
commit | 7b4794319c56b6b00e852c745af50fd95bd1a550 (patch) | |
tree | 605a0962ea4e52ebf962683a3574dd16ae1c56f9 /Tools | |
parent | 19e16ce6f8920d512287577353c10836ae4ca6b8 (diff) | |
download | cpython-7b4794319c56b6b00e852c745af50fd95bd1a550.zip cpython-7b4794319c56b6b00e852c745af50fd95bd1a550.tar.gz cpython-7b4794319c56b6b00e852c745af50fd95bd1a550.tar.bz2 |
build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools (#116189)
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 064731a..1a45d1c 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.97.4 +hypothesis==6.98.15 |