Skip to content

Commit

Permalink
build(deps-dev): bump hypothesis from 6.54.2 to 6.60.0
Browse files Browse the repository at this point in the history
[//]: # (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
&quot;builds()&quot; 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 &quot;<a href="https://github.com/example"><code>@​example</code></a>(...)&quot; decorator now has a &quot;.via()&quot; 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 &quot;domains()&quot; 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 &quot;hypothesis[lark]&quot; 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>&quot;register_random()&quot; has used &quot;weakref&quot; since 6.27.1 - 2021-11-22,
allowing the &quot;Random&quot;-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 &quot;register_random()&quot; was also widened so that
structural subtypes of &quot;Random&quot; 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 &quot;explain&quot; 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
&quot;alphabet=&quot; argument to &quot;text()&quot;, 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
dependabot[bot] committed Dec 6, 2022
1 parent d9dd4af commit a53c773
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pytest-xdist = "^2.5.0"
sphinx = "^3.0.4"
tox = "^3.27.1"
black = "^22.6.0"
hypothesis = "^6.17.0"
hypothesis = "^6.60.0"
mutmut = "^2.2.0"

[tool.mypy]
Expand Down

0 comments on commit a53c773

Please sign in to comment.