Skip to content

Commit

Permalink
Bump hypothesis from 6.86.2 to 6.87.1 (#200)
Browse files Browse the repository at this point in the history
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from
6.86.2 to 6.87.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/531d338b7fa80136204e52cbd92b27130ffe8fbe"><code>531d338</code></a>
Bump hypothesis-python version to 6.87.1 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/ffda79f83c343ad588c9b89dec2ce69443d861a3"><code>ffda79f</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3758">#3758</a>
from Zac-HD/fix-explain-phase</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d755b286695d3214b257e4837756f007d88274bf"><code>d755b28</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3757">#3757</a>
from HypothesisWorks/create-pull-request/patch</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/be37fa08a409f9c863c0ec7ebc8f66a2289373c6"><code>be37fa0</code></a>
Update pinned dependencies</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d58adf863ae4a41055dfe83ff44113104ef3e72d"><code>d58adf8</code></a>
This is reachable after all</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/8a76f8afe38411b95399cef315b6593ee8db6c11"><code>8a76f8a</code></a>
Bump hypothesis-python version to 6.87.0 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/61b2940798850079d08deb2836ee62ec8064c365"><code>61b2940</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3751">#3751</a>
from nickcollins/no-assume-outside-context-4</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d4665b9ec0cb0babd5590bc589c8ff65df0ab9f6"><code>d4665b9</code></a>
Fix type annotation</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3d34092d83b2192de806643912667b993b518beb"><code>3d34092</code></a>
Update RELEASE.rst</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3a58f4510342ab1907beb4af50a813b36c583ea3"><code>3a58f45</code></a>
Tidy up executors code</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.86.2...hypothesis-python-6.87.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.86.2&new-version=6.87.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 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>
  • Loading branch information
daniel-zullo-frequenz authored Oct 2, 2023
2 parents 73c9dee + 4e2820a commit 7056185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dev-pylint = [
dev-pytest = [
"pytest == 7.4.2",
"async-solipsism == 0.5",
"hypothesis == 6.86.2",
"hypothesis == 6.87.1",
"pytest-asyncio == 0.21.1",
"frequenz-repo-config[extra-lint-examples] == 0.5.2",
"pytest-mock == 3.11.1",
Expand Down

0 comments on commit 7056185

Please sign in to comment.