Update pandas requirement from ~=1.4.1 to ~=1.4.2 #2

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pandas-approx-eq-1.4.2 into main 2022-05-10 12:03:14 +00:00
dependabot[bot] commented 2022-05-09 21:49:03 +00:00 (Migrated from github.com)

Updates the requirements on pandas to permit the latest version.

Release notes

Sourced from pandas's releases.

Pandas 1.4.2

This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Commits

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 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)
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>Pandas 1.4.2</h2> <p>This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/pandas-docs/version/1.4.2/whatsnew/v1.4.2.html">full whatsnew</a> for a list of all the changes.</p> <p>The release will be available on the defaults and conda-forge channels:</p> <pre><code>conda install pandas </code></pre> <p>Or via PyPI:</p> <pre><code>python3 -m pip install --upgrade pandas </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/4bfe3d07b4858144c219b9346329027024102ab6"><code>4bfe3d0</code></a> RLS: 1.4.2</li> <li><a href="https://github.com/pandas-dev/pandas/commit/8fab03ddf9fc6e6d2142d88878c5fc04a8b945fe"><code>8fab03d</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46605">#46605</a>: DOC: 1.4.2 release date (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46607">#46607</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/9c6d84cdb0e998a8f61e1ef5ff690e515429a481"><code>9c6d84c</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46567">#46567</a> on branch 1.4.x (BUG: groupby().rolling(freq) with monoton...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/3ff438e9f6d4a0ce4165f58030173a6b2bf88b0b"><code>3ff438e</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46548">#46548</a>: REGR: tests + whats new: boolean dtype in styler render (...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4be9ffd8e8ca50d3664b8c5d1e439c7d0e18211d"><code>4be9ffd</code></a> update black formatter (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46576">#46576</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/89baca72b091e1e2a2f2adf1b794e2e52cf7bd70"><code>89baca7</code></a> Backport of CI/Build related PRs on 1.4.x (2) (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46572">#46572</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/749872f713fa26e624b007adf27dffec83761d96"><code>749872f</code></a> Backport of CI related PRs on 1.4.x (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46559">#46559</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/eb27f7b733c6434dfa01ff95aa781e85c053a196"><code>eb27f7b</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46542">#46542</a>: Reorder YAML (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46550">#46550</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/ccdb97e3ed112cdcbe1dceb3e9b8d2594e41e4f0"><code>ccdb97e</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46119">#46119</a>: REF: isinstance(x, int) -&gt; is_integer(x) (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46501">#46501</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/1afa4d5c91030fdd77e175db5442b94cb11c67ec"><code>1afa4d5</code></a> Backport PR <a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46515">#46515</a>: CI/DOC: pin jinja2 to 3.0.3 (<a href="https://github-redirect.dependabot.com/pandas-dev/pandas/issues/46517">#46517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v1.4.1...v1.4.2">compare view</a></li> </ul> </details> <br /> 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 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>
Sign in to join this conversation.
No description provided.