fix(deps): hypothesis update and text, refs #2262
I have made things!
@pradeep90 hey! Your code is broken :) Can you validate it?
In hypothesis==6.137.2, this code produced the following output:
>>> from hypothesis import strategies as st
>>> st.functions(
... like=lambda *args, **kwargs: None,
... returns=st.booleans(),
... pure=True,
... )
functions(like=lambda *args, **kwargs: <unknown>, returns=booleans(), pure=True)
Whereas in hypothesis==6.140.2, the output is already:
functions(like=lambda *args, **kwargs: None, returns=booleans(), pure=True)
So this is indeed a direct change in the library itself.
Checklist
- [x] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
- [ ] I have created at least one test case for the changes I have made
- [ ] I have updated the documentation for the changes I have made
- [ ] I have added my changes to the
CHANGELOG.md
Related issues
Refs #2262
🙏 Please, if you or your company finds dry-python valuable, help us sustain the project by sponsoring it transparently on https://github.com/sponsors/dry-python. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 100.00%. Comparing base (82ef3ef) to head (c2edebb).
:warning: Report is 410 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2263 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 80 81 +1
Lines 2485 2581 +96
Branches 437 44 -393
==========================================
+ Hits 2485 2581 +96
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.