Skip to content

Commit

Permalink
build(deps-dev): bump hypothesis from 6.103.2 to 6.108.2 (#635)
Browse files Browse the repository at this point in the history
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from
6.103.2 to 6.108.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6e7921e19f9bbf87cd7cf3c4c2b0409aad0a2ee9"><code>6e7921e</code></a>
Bump hypothesis-python version to 6.108.2 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/a90c96f055a81998e13d52d0fc21f24f3ab4b3fa"><code>a90c96f</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4049">#4049</a>
from Zac-HD/more-crosshair-compat</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/476a7ce81f0583aec27025bef372cafa3095f9d5"><code>476a7ce</code></a>
CI config for crosshair</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/85712ad480b4274a9f2a6c84c3ec04c6eb8c0498"><code>85712ad</code></a>
Disable target() on symbolic backends</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1021b16735fd989b76fde5904e0da5b164b88cbd"><code>1021b16</code></a>
Require latest crosshair</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/ef2b1912ccf8b89dc9c86db6a54ebcf792493492"><code>ef2b191</code></a>
Defer types_with_core_strat until test runtime</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1f845e05a13d16e42bc3cc38bda0129b6d3c0e6e"><code>1f845e0</code></a>
no eps required on alt backends</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/cb57aeef8079f92a970f8cf31347e0f62fefd759"><code>cb57aee</code></a>
Remove flaky decorator, obsolete docstring</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/dd17cff8b8ff70b20da35b9720eccd22a62b769e"><code>dd17cff</code></a>
Bump hypothesis-python version to 6.108.1 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/8509ca7eee0ce4938af24cf58d2218f1c34d4e9c"><code>8509ca7</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4048">#4048</a>
from HypothesisWorks/create-pull-request/patch</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.2...hypothesis-python-6.108.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.2&new-version=6.108.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>
  • Loading branch information
eve-ci-cd[bot] authored Jul 16, 2024
2 parents ca2b467 + 2b21d49 commit 03de47a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -41,7 +41,7 @@ mkdocs = "^1.5.3"
connexion = "^3.1.0"
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
hypothesis = "^6.103.2"
hypothesis = "^6.108.2"
pyright = "^1.1.367"
black = "^24.4.2"
isort = "^5.13.2"
Expand Down

0 comments on commit 03de47a

Please sign in to comment.