Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump hypothesis from 6.112.2 to 6.116.0 (#327)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.112.2 to 6.116.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.116.0</h2> <p>Hypothesis now detects if it is running on a CI server and provides better default settings for running on CI in this case.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-116-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.115.6</h2> <p>This patch changes the priority order of pretty printing logic so that a user provided pretty printing method will always be used in preference to e.g. printing it like a dataclass.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-115-6">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/d16b1838a00ffea7a7bc880237a6a027beb92464"><code>d16b183</code></a> Bump hypothesis-python version to 6.116.0 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4a702a95909590b8d913c6014a2f1566079fffde"><code>4a702a9</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4152">#4152</a> from HypothesisWorks/DRMacIver/ci-config</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/13c3785854da056387aeac789300537e501a3c14"><code>13c3785</code></a> Default to CI-appropriate settings when running on CI</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8d88e01ab977a94e60b1f8b9e42d65c0cb729529"><code>8d88e01</code></a> Bump hypothesis-python version to 6.115.6 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3c128e7470e24df63d5ed2c0abb36d62fd4d2458"><code>3c128e7</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4150">#4150</a> from tybug/fix-deploy-docs</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3b088c0496f38702d2f6e1fe1eeeac10aca37236"><code>3b088c0</code></a> simplify</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4b9d34e021bcddb1ebfb3a4487e58c7ba91bda45"><code>4b9d34e</code></a> proper bearer token format</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/9880b85af74ae27d1759932e0a34aa06972ab1c0"><code>9880b85</code></a> only build changes.rst when parsing changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/21502bafae188563133a7fd4cbc0e512e53810a2"><code>21502ba</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4148">#4148</a> from HypothesisWorks/DRMacIver/use-provided-pretty</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/558db3c27b0d79d9809ca9ef45a5f07a2f609189"><code>558db3c</code></a> Always use a repr_pretty if provided</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.2...hypothesis-python-6.116.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.112.2&new-version=6.116.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information