https://github.com/python/cpython/commit/6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930 commit: 6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930 branch: main author: Sergey B Kirpichev <[email protected]> committer: vstinner <[email protected]> date: 2024-08-06T14:37:07+02:00 summary:
gh-122686: bump hypothesis from 6.104.2 to 6.108.10 in Tools (#122729) This drops attrs pinning. files: M Tools/requirements-hypothesis.txt diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index 03f955ba8bf310..ca872b024a7179 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
