Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 "zoneinfo" timezones (though we respect the new "USE_DEPRECATED_PYTZ" 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> & <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 <astafan8@gmail.com>
- Loading branch information