Skip to content

Commit 0f4dd75

Browse files
authored
Bump hypothesis from 6.84.2 to 6.84.3 (#181)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.2 to 6.84.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/019a9ef97caecc4102cfe3da6d78eff6689377cc"><code>019a9ef</code></a> Bump hypothesis-python version to 6.84.3 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/50949a4fe0f9a7c9b6250f4ecc1397501a4e674e"><code>50949a4</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3736">#3736</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/022e1cbb3a8bedd8092d84074a6ec38fb6b58d3c"><code>022e1cb</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3734">#3734</a> from Zac-HD/narrower-healthcheck</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/ac1dc27b15ae32841e8d2029966c5db313e72d2e"><code>ac1dc27</code></a> Report multiple errors on new Pytest</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/609c64be4ca1e343d0f761d49629b69c771006ee"><code>609c64b</code></a> Fix parametrize false-alarm healthchecks</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/31d650f5c4602dae01abf61c8d17177894dab423"><code>31d650f</code></a> Update pinned dependencies</li> <li>See full diff in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.2...hypothesis-python-6.84.3">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.2&new-version=6.84.3)](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 dd63636 + 6795017 commit 0f4dd75

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.2",
68+
"hypothesis == 6.84.3",
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)