diff options
author | Sergey B Kirpichev <skirpichev@gmail.com> | 2024-08-06 12:37:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 12:37:07 (GMT) |
commit | 6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930 (patch) | |
tree | a102c2a3ba0c5f5220ccbdc0ef6ee51690a69a02 /Tools/requirements-hypothesis.txt | |
parent | fbfab4f88cf061ce4b8ec4d876d247221326d8fa (diff) | |
download | cpython-6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930.zip cpython-6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930.tar.gz cpython-6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930.tar.bz2 |
gh-122686: bump hypothesis from 6.104.2 to 6.108.10 in Tools (#122729)
This drops attrs pinning.
Diffstat (limited to 'Tools/requirements-hypothesis.txt')
-rw-r--r-- | Tools/requirements-hypothesis.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index 03f955b..ca872b0 100644 --- a/Tools/requirements-hypothesis.txt +++ b/Tools/requirements-hypothesis.txt @@ -1,7 +1,4 @@ # Requirements file for hypothesis that # we use to run our property-based tests in CI. -# see https://github.com/python/cpython/issues/122686 -attrs<=23.2.0 - -hypothesis==6.104.2 +hypothesis==6.108.10 |