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.65.2 to 6.67.1 in /{{cookiecu…
…tter.package_name}} Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.65.2 to 6.67.1. <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.67.1</h2> <p>This patch updates our autoformatting tools, improving our code style without any API changes.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.67.0</h2> <p>This release allows for more precise generation of complex numbers using "from_dtype()", by supporting the "width", "min_magnitude", and "min_magnitude" arguments (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3468">#3468</a>).</p> <p>Thanks to Felix Divo for this feature!</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.66.2</h2> <p>This patch fixes a rare "RecursionError" when pretty-printing a multi- line object without type-specific printer, which was passed to a function which returned the same object by ".map()" or "builds()" and thus recursed due to the new pretty reprs in Hypothesis 6.65.0 - 2023-01-24 (issue <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3560">#3560</a>). Apologies to all those affected.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-2">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.66.1</h2> <p>This makes "hypothesis.extra.numpy.from_dtype()" pass through the parameter <em>allow_subnormal</em> for complex dtypes.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.66.0</h2> <p>This release adds a "width" parameter to "hypothesis.strategies.complex_numbers()", analogously to "hypothesis.strategies.floats()".</p> <p>Thanks to Felix Divo for the new feature!</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-66-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/68b9c204432f184e6bcb28704e75522b59f983e3"><code>68b9c20</code></a> Bump hypothesis-python version to 6.67.1 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/68f8ffa17ec98782ed39853d79678c4775710cba"><code>68f8ffa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3571">#3571</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d95bf37b91d8c631ff0ce8f7d041ca5061a4cd04"><code>d95bf37</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/600fc8a5da217778bc4e9bba8c9a71ca3116147a"><code>600fc8a</code></a> Bump hypothesis-python version to 6.67.0 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/10b61a510f32344f7790b030f0c4e501bee87646"><code>10b61a5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3570">#3570</a> from felixdivo/from_dtype-complex-bounds</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3b4918fa69ec7d59068628907e338adbfd5742b5"><code>3b4918f</code></a> Copy floating point nastiness tricks from complex_numers() tests to from_dtyp...</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/487f80905f886f2f1ea42e881bf1cf13ead1f331"><code>487f809</code></a> Add release note</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2b04181e0ffcfc4f41309565106b6a5ef22cd661"><code>2b04181</code></a> Limit width of complex data type when using underlying generator to support c...</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/7fd22b97a572ab019924737a12fa9adadf6f7a03"><code>7fd22b9</code></a> Revert unrelated change for case dtype.kind == "u"</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/78a1bb16d024a5b66e38ea9f66d70c3f51fc5fc9"><code>78a1bb1</code></a> Remove unhelpful reference to issue in docstring of from_dtype()</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.65.2...hypothesis-python-6.67.1">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.65.2&new-version=6.67.1)](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