Skip to content

Bump hypothesis from 6.30.1 to 6.31.0 #3660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 10, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps hypothesis from 6.30.1 to 6.31.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.31.0

This release makes us compatible with Django 4.0, in particular by adding support for use of "zoneinfo" timezones (though we respect the new "USE_DEPRECATED_PYTZ" setting if you need it).

The canonical version of these notes (with links) is on readthedocs.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 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)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.30.1 to 6.31.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.30.1...hypothesis-python-6.31.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 10, 2021
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #3660 (acc3cea) into master (1396a37) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3660   +/-   ##
=======================================
  Coverage   65.74%   65.74%           
=======================================
  Files         225      225           
  Lines       30524    30524           
=======================================
  Hits        20068    20068           
  Misses      10456    10456           

Copy link
Contributor

@astafan8 astafan8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge p=1

@bors
Copy link
Contributor

bors bot commented Dec 10, 2021

🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@astafan8
Copy link
Contributor

bors merge p=1

bors bot added a commit that referenced this pull request Dec 10, 2021
3660: Bump hypothesis from 6.30.1 to 6.31.0 r=astafan8 a=dependabot[bot]

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.30.1 to 6.31.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's releases</a>.</em></p>
<blockquote>
<h2>Hypothesis for Python - version 6.31.0</h2>
<p>This release makes us compatible with Django 4.0, in particular by
adding support for use of &quot;zoneinfo&quot; timezones (though we respect the
new &quot;USE_DEPRECATED_PYTZ&quot; setting if you need it).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-31-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/655282a44286fb64e87d66bc5fc23ab63a9c63a5"><code>655282a</code></a> Bump hypothesis-python version to 6.31.0 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/823928fb5e933760eb04bbe9887e8028baa11401"><code>823928f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3181">#3181</a> from Zac-HD/enable-pyjion-ci</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0d3f97b17dd24df9085f76fa1f102e7bb540fb87"><code>0d3f97b</code></a> Test on 3.11-dev</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/6f74509e3291019b518923b85848f7d9d56b07a3"><code>6f74509</code></a> Fix typo in _settings.py</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c6cfc6bfca8dc88e41aa570b00b45b3e15e1179a"><code>c6cfc6b</code></a> Update Django versions</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/750f7b19b8ab1db063e47604787a5156d2dcf0b1"><code>750f7b1</code></a> Cleaner Pyjion task</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/cfa99275535a08e52fa3899fd1f2af40dcbe37c4"><code>cfa9927</code></a> Single-file coverage deps</li>
<li>See full diff in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.30.1...hypothesis-python-6.31.0">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.30.1&new-version=6.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Astafev <[email protected]>
bors bot added a commit that referenced this pull request Dec 10, 2021
3660: Bump hypothesis from 6.30.1 to 6.31.0 r=astafan8 a=dependabot[bot]

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.30.1 to 6.31.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's releases</a>.</em></p>
<blockquote>
<h2>Hypothesis for Python - version 6.31.0</h2>
<p>This release makes us compatible with Django 4.0, in particular by
adding support for use of &quot;zoneinfo&quot; timezones (though we respect the
new &quot;USE_DEPRECATED_PYTZ&quot; setting if you need it).</p>
<p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-31-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/655282a44286fb64e87d66bc5fc23ab63a9c63a5"><code>655282a</code></a> Bump hypothesis-python version to 6.31.0 and update changelog</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/823928fb5e933760eb04bbe9887e8028baa11401"><code>823928f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/3181">#3181</a> from Zac-HD/enable-pyjion-ci</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0d3f97b17dd24df9085f76fa1f102e7bb540fb87"><code>0d3f97b</code></a> Test on 3.11-dev</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/6f74509e3291019b518923b85848f7d9d56b07a3"><code>6f74509</code></a> Fix typo in _settings.py</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c6cfc6bfca8dc88e41aa570b00b45b3e15e1179a"><code>c6cfc6b</code></a> Update Django versions</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/750f7b19b8ab1db063e47604787a5156d2dcf0b1"><code>750f7b1</code></a> Cleaner Pyjion task</li>
<li><a href="https://github.com/HypothesisWorks/hypothesis/commit/cfa99275535a08e52fa3899fd1f2af40dcbe37c4"><code>cfa9927</code></a> Single-file coverage deps</li>
<li>See full diff in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.30.1...hypothesis-python-6.31.0">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.30.1&new-version=6.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` 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>

3661: Bump xarray from 0.20.1 to 0.20.2 r=astafan8 a=dependabot[bot]

Bumps [xarray](https://github.com/pydata/xarray) from 0.20.1 to 0.20.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pydata/xarray/releases">xarray's releases</a>.</em></p>
<blockquote>
<h2>v0.20.2</h2>
<p>This is a bugfix release to resolve <code>xr.corr</code> &amp; <code>xr.map_blocks</code> when dask is not installed.
It also includes performance improvements in unstacking to a <code>sparse</code> array and a
number of documentation improvements.</p>
<p>Many thanks to the 20 contributors:</p>
<p>Aaron Spring, Alexandre Poux, Deepak Cherian, Enrico Minack, Fabien Maussion,
Giacomo Caria, Gijom, Guillaume Maze, Illviljan, Joe Hamman, Joseph Hardin, Kai
Mühlbauer, Matt Henderson, Maximilian Roos, Michael Delgado, Robert Gieseke,
Sebastian Weigand and Stephan Hoyer.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pydata/xarray/commit/3ff11c5edd8e2674bc528292c46152fc8f2cb138"><code>3ff11c5</code></a> Add release notes for 0.20.2 (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6060">#6060</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/8073a7f84d57d06fd162840bbe827d9eab729156"><code>8073a7f</code></a> add set_options link to FAQ on metadata (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6056">#6056</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/a9238339f55edac0f2efb4a231c8818c5539bd28"><code>a923833</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6054">#6054</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/f76ea09bebba35a175868a81845c426890ec0330"><code>f76ea09</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6050">#6050</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/cdfcf373bc2f74c3edc04edd899d42dd7dd9f373"><code>cdfcf37</code></a> Faster unstacking to sparse (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/5577">#5577</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/f08672847abec18f46df75e2f620646d27fa41a2"><code>f086728</code></a> fix grammatical typo in docs (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6034">#6034</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/cc03589dadfef8d7ebcb95f7adc302895cf0fcbc"><code>cc03589</code></a> Use condas dask-core in ci instead of dask to speedup ci and reduce dependenc...</li>
<li><a href="https://github.com/pydata/xarray/commit/fb01c72626a61310f874664cdb4d7b4c1b327bb3"><code>fb01c72</code></a> Use complex nan by default when interpolating out of bounds (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6019">#6019</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/23d345bd920a5e799370a8035ff214e9d3f223a2"><code>23d345b</code></a> Simplify missing value handling in xarray.corr (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6025">#6025</a>)</li>
<li><a href="https://github.com/pydata/xarray/commit/135a3351bf77a4a55e76a8c60b40852ec10cdd4a"><code>135a335</code></a> Add pyXpcm to Related Projects doc page (<a href="https://github-redirect.dependabot.com/pydata/xarray/issues/6031">#6031</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pydata/xarray/compare/v0.20.1...v0.20.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xarray&package-manager=pip&previous-version=0.20.1&new-version=0.20.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Astafev <[email protected]>
@bors bors bot merged commit 42c0558 into master Dec 10, 2021
@bors bors bot deleted the dependabot/pip/hypothesis-6.31.0 branch December 10, 2021 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant