Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump hypothesis from 6.54.2 to 6.60.0
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.54.2 to 6.60.0. <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.60.0</h2> <p>This release improves Hypothesis' ability to resolve forward references in type annotations. It fixes a bug that prevented "builds()" from being used with pydantic models that possess updated forward references. See issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3519">#3519</a>.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-60-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.59.0</h2> <p>The "<a href="https://github.com/example"><code>@example</code></a>(...)" decorator now has a ".via()" method, which future tools will use to track automatically-added covering examples (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3506">#3506</a>).</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-59-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.58.2</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/changes.html#v6-58-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.58.1</h2> <p>This patch shifts "hypothesis[lark]" from depending on the old lark- parser package to the new lark package. There are no code changes in Hypothesis, it's just that Lark got a new name on PyPI for version 1.0 onwards.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-58-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.58.0</h2> <p>"register_random()" has used "weakref" since 6.27.1 - 2021-11-22, allowing the "Random"-compatible objects to be garbage-collected when there are no other references remaining in order to avoid memory leaks. We now raise an error or emit a warning when this seems likely to happen immediately.</p> <p>The type annotation of "register_random()" was also widened so that structural subtypes of "Random" are accepted by static typecheckers.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-58-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.57.1</h2> <p>This patch updates some internal type annotations and fixes a formatting bug in the "explain" phase reporting.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-57-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.57.0</h2> <p>Hypothesis now raises an error if you passed a strategy as the "alphabet=" argument to "text()", and it generated something which was</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ebc6a0234136dce19466a3141805c8f1bfca9268"><code>ebc6a02</code></a> Bump hypothesis-python version to 6.60.0 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d56fe3c536ada63496e26aab7a784d9124a318a7"><code>d56fe3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3521">#3521</a> from HypothesisWorks/fwd-refs</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7871e8859fd07bc2d3608ad596789e05a185dcfa"><code>7871e88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3522">#3522</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f046651c7a107ddd8edd184cd0c638443ba2e981"><code>f046651</code></a> Update hypothesis-python/src/hypothesis/internal/compat.py</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2814f29eac103edb5c95b94d4ac37c0858b15e65"><code>2814f29</code></a> fix failing tests</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4a35180524d76881680947c2c147d85c47eb665b"><code>4a35180</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/267d014d2b50af551f024b1d90b6ddf3a81dece7"><code>267d014</code></a> remove unnecessary no cover</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/09a0e66c437f7ff69cda0e4774c5756dd506ff05"><code>09a0e66</code></a> fix comment typo</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/06ee936a160ad58061e779cd24ecc113d7074281"><code>06ee936</code></a> handle inner forward references</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c725bf56248ed62c23d299d3350e76ce48207658"><code>c725bf5</code></a> add missing import</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.54.2...hypothesis-python-6.60.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hypothesis&package-manager=pip&previous-version=6.54.2&new-version=6.60.0)](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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information