Skip to content

Commit

Permalink
chore(deps-py): bump hypothesis from 6.104.2 to 6.105.1 (#461)
Browse files Browse the repository at this point in the history
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from
6.104.2 to 6.105.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3af004234afb6f1567c1f7ccba65caa6bb17ee2e"><code>3af0042</code></a>
Bump hypothesis-python version to 6.105.1 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d40ff567abc54e4324230a140f2be32580d8479c"><code>d40ff56</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4029">#4029</a>
from tybug/backend-realize</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6d70cf04233c07defc246fd3a195433a3806d473"><code>6d70cf0</code></a>
Merge branch 'master' into backend-realize</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/cc40a6f0b5c1313be12388d6e42baa83329b626b"><code>cc40a6f</code></a>
use new crosshair versions</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/61969730f1c7f3912e4481d2587d2d2afdd4b62a"><code>6196973</code></a>
add dependent draw test case</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3d4fc6f9d19db14ec992a2336e4c2f588d647093"><code>3d4fc6f</code></a>
move realize to data.py, add tests</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/0ce1c8f75048e28c3ad2dc8dcb4483f8e91b37c1"><code>0ce1c8f</code></a>
Bump hypothesis-python version to 6.105.0 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/8926fc2499d78ff6ee54a65ad25d28abbb46a76d"><code>8926fc2</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4026">#4026</a>
from jams2/django-50</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c96e3bf410276b82d5e5ced37fa619ad7fb8824f"><code>c96e3bf</code></a>
Bump hypothesis-python version to 6.104.4 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3ec4b7ee202151f9e7faa32fe30b3fd1fecf0c8e"><code>3ec4b7e</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4018">#4018</a>
from jobh/cache-fixes</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.105.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.104.2&new-version=6.105.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>

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 Jul 8, 2024
1 parent 3555312 commit 1bf3f59
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 @@ -33,7 +33,7 @@ pytest = "^8.2.2"
pytest-cov = "^5.0.0"
ruff = "^0.5.1"
mypy = "^1.10.1"
hypothesis = "^6.104.2"
hypothesis = "^6.105.1"
graphviz = "^0.20"
pre-commit = "^3.7.1"
guppylang = "^0.5.2"
Expand Down

0 comments on commit 1bf3f59

Please sign in to comment.