Skip to content

Commit cd58597

Browse files
authored
Bump hypothesis from 6.84.3 to 6.86.2 (#192)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.3 to 6.86.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/f73dab79a02a3b1bffdec3668a194d6da692147c"><code>f73dab7</code></a> Bump hypothesis-python version to 6.86.2 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/38f4ca22bb04177b7528b9e814033e8d9bd12f76"><code>38f4ca2</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3749">#3749</a> from Zac-HD/fix-explain-overrun</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/348c50c75d99b2319273ed35ef082e24a816e577"><code>348c50c</code></a> Fix explain-mode bug</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2d0577522a5d6b3cf484c32e6b9b49c7d8f8be2a"><code>2d05775</code></a> Bump hypothesis-python version to 6.86.1 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/96b44d9d485a4c32be8deee5b5b907d480ee54e0"><code>96b44d9</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3738">#3738</a> from nickfraser/docs/xfail</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/2040b09fa63818ee825c6480cba84532c1d86113"><code>2040b09</code></a> Bump hypothesis-python version to 6.86.0 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3c73294ab1e2e23ec66a0928a355c19a164a4e6d"><code>3c73294</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3746">#3746</a> from Zac-HD/enable-explain-mode</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/03d83120762b909d2751eb5b38876d4fa7c7e6c4"><code>03d8312</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3745">#3745</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/19d05a29a75ef642513859c5f6e072ebfa29c89f"><code>19d05a2</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/bf4f19387a264827071f540fc460702a5d3cf5a3"><code>bf4f193</code></a> Bump hypothesis-python version to 6.85.1 and update changelog</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.3...hypothesis-python-6.86.2">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.84.3&new-version=6.86.2)](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>
2 parents ef2dde8 + 52610d7 commit cd58597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dev-pylint = [
6565
dev-pytest = [
6666
"pytest == 7.4.2",
6767
"async-solipsism == 0.5",
68-
"hypothesis == 6.84.3",
68+
"hypothesis == 6.86.2",
6969
"pytest-asyncio == 0.21.1",
7070
"frequenz-repo-config[extra-lint-examples] == 0.5.2",
7171
"pytest-mock == 3.11.1",

0 commit comments

Comments
 (0)