Commit f03ac8e
authored
Bump hypothesis from 6.136.8 to 6.138.13 in the minor group (#1266)
Bumps the minor group with 1 update:
[hypothesis](https://github.com/HypothesisWorks/hypothesis).
Updates `hypothesis` from 6.136.8 to 6.138.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's
releases</a>.</em></p>
<blockquote>
<h2>Hypothesis for Python - version 6.138.13</h2>
<p>Fix a typo affecting pretty-printing of lambdas with complex default
arguments.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-13">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.12</h2>
<p>Improve automatic detection of the CI profile on various vendor-
specific CI systems.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-12">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.11</h2>
<p>This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-11">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.10</h2>
<p>Internal refactor to simplify "SearchStrategy".</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-10">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.9</h2>
<p>This patch further improves stringification of lambdas, by never
returning a lambda source unless it is confirmed to compile to the
same code object. This stricter check makes it possible to widen the
search for a matching source block, so that it can often be found even
if the file has been edited.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-9">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.8</h2>
<p>Fixes a race condition under threading when using
"deferred()".</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-8">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.7</h2>
<p>Improves upon the cache eviction problem workaround of v6.135.12.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-7">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.6</h2>
<p>Documentation tweaks.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-138-6">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.138.5</h2>
<p>Fixes a race condition under threading for strategies which trigger
our filter-rewriting rules, like "st.integers().filter(lambda
x:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/f09c331c6b39d4a6193e860ac1374ef2d8f35c7d"><code>f09c331</code></a>
Bump hypothesis-python version to 6.138.13 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/717d957195568256a5bd4ac0d60a49c93b77fe0f"><code>717d957</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4532">#4532</a>
from jobh/fix-4531</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/214c17efb2a14bfba91d709c728eff6d03befeee"><code>214c17e</code></a>
Strengthen lambda key size test</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3db87b3d3982c5a9d2e3429c6698007dc4ac862c"><code>3db87b3</code></a>
Fix typo (<a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4531">#4531</a>)</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/34c02559e8d94dfbbffd07ceee9109505bc550cb"><code>34c0255</code></a>
Bump hypothesis-python version to 6.138.12 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/aa4f3cffb197f5761bcf8da715bf08574b73e380"><code>aa4f3cf</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4530">#4530</a>
from Liam-DeVoe/next2</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c239456beef24b2a4600bba08c621d07e2a9986b"><code>c239456</code></a>
simplify code</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/0d71df0814ec21260511dd215661a920e8425716"><code>0d71df0</code></a>
update tests</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c7f43f38f647674f5f219c74137fbe90d3635f71"><code>c7f43f3</code></a>
Merge branch 'master' into next2</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/7a08af1e96fdf0aefa9fa056948c89d353e933bb"><code>7a08af1</code></a>
Bump hypothesis-python version to 6.138.11 and update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.8...hypothesis-python-6.138.13">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments