Skip to content

Commit

Permalink
chore(deps-py): bump hypothesis from 6.103.1 to 6.103.2 (#412)
Browse files Browse the repository at this point in the history
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from
6.103.1 to 6.103.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/926411eedd496af69c5057c0b588175660c32804"><code>926411e</code></a>
Bump hypothesis-python version to 6.103.2 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6c155a45944e479a109468bc08dad38b966999d9"><code>6c155a4</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4007">#4007</a>
from tybug/remove-sub-ir-examples</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d8c97fc345b3a77cbe98721a50cd0993cfffd0fe"><code>d8c97fc</code></a>
bump py3.13</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/88a18e6e3eba04c545742e550073ff0e722f2f6f"><code>88a18e6</code></a>
fix type hints</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/7b41fda4cefd692f3e1dd13f51d1168c2f39df46"><code>7b41fda</code></a>
draw from strategies with examples to cover missing pareto code</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/efeebb38d7cf0476b22ad85a3e7daddd47130ee4"><code>efeebb3</code></a>
return sets in mutator_groupsf</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/f8e5830ef447a0f0cc138f22d0f5f9dd983563dd"><code>f8e5830</code></a>
add start == end todo</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1b02707a74b8e4dcc8ea00eafe2f322e96ab5ea2"><code>1b02707</code></a>
fix test_observability flakiness</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/9457c1b4a6e7bdcdfb5c986b5de93d577146baef"><code>9457c1b</code></a>
reduce more internal examples</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e406b7845c512c808bb8779ecdcdf341ba1cd5bf"><code>e406b78</code></a>
remove unused labels</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.1...hypothesis-python-6.103.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.103.1&new-version=6.103.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent a269664 commit e43a50b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pytest = "^8.2.2"
pytest-cov = "^5.0.0"
ruff = "^0.4.9"
mypy = "^1.9.0"
hypothesis = "^6.103.1"
hypothesis = "^6.103.2"
graphviz = "^0.20"
pre-commit = "^3.7.1"
guppylang = "^0.5.0"
Expand Down

0 comments on commit e43a50b

Please sign in to comment.