Skip to content

Commit

Permalink
build(deps): bump pandas from 2.1.4 to 2.2.0 (#540)
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to
2.2.0.
<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 2.2.0</h2>
<p>We are pleased to announce the release of pandas 2.2.0.
This release includes some new features, bug fixes, and performance
improvements. We recommend that all users upgrade to this version.</p>
<p>See the <a
href="https://pandas.pydata.org/pandas-docs/version/2.2.0/whatsnew/v2.2.0.html">full
whatsnew</a> for a list of all the changes.
Pandas 2.2.0 supports Python 3.9 and higher.</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>
<p>Thanks to all the contributors who made this release possible.</p>
<h2>Pandas 2.2.0rc0</h2>
<p>We are pleased to announce a release candidate for pandas 2.2.0. If
all goes well, we'll release pandas 2.2.0 in about two weeks.</p>
<p>See the <a
href="https://pandas.pydata.org/pandas-docs/version/2.2.0rc0/whatsnew/v2.2.0.html">whatsnew</a>
for a list of all the changes.</p>
<p>The release will be available on conda-forge and PyPI.</p>
<p>The release can be installed from PyPI</p>
<p>python -m pip install --upgrade --pre pandas==2.2.0rc0
Or from conda-forge</p>
<p>conda install -c conda-forge/label/pandas_rc pandas==2.2.0rc0
Please report any issues with the release candidate on the pandas issue
tracker.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pandas-dev/pandas/commit/f538741432edf55c6b9fb5d0d496d2dd1d7c2457"><code>f538741</code></a>
RLS: 2.2.0</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/2fa26fd1fdaaef67b9cff812006b21fe0a76ebe9"><code>2fa26fd</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56967">#56967</a>
on branch 2.2.x (CI: Adjust pyarrow depr warning to accoun...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/fd3f57170aa1af588ba877e8e28c158a20a4886d"><code>fd3f571</code></a>
RLS: 2.2.0</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/b070774d9aa6e3ed0667c9ebdaa82ddce79a6d4b"><code>b070774</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56952">#56952</a>:
DEPR: Make FutureWarning into DeprecationWarning … (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/56964">#56964</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/dfd0aeda19e475314bb874d46507269777795793"><code>dfd0aed</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56896">#56896</a>
on branch 2.2.x (DEPS: Add warning if pyarrow is not insta...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/859c030f5ea378a0f83aeb1de0c6c0fa6b420604"><code>859c030</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56922">#56922</a>
on branch 2.2.x (REGR: DatetimeTZDtype <strong>from_arrow</strong>
inte...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/cc37a13c5890a1d8fff7f8314008161b8fb1e21e"><code>cc37a13</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56949">#56949</a>
on branch 2.2.x (CI: avoid FutureWarnings in to_xarray tes...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/a95029a77f1c00678dda82f76a1b53b4b161b2a0"><code>a95029a</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56947">#56947</a>
on branch 2.2.x (DOC: Set date for 2.2) (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/56950">#56950</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/160d7a154f61fb55611626c311a1b0216828dea8"><code>160d7a1</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56587">#56587</a>
on branch 2.2.x (ENH: support the Arrow PyCapsule Interfac...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/74fa7402e487c2a6336ea5291990c9f269c5001a"><code>74fa740</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/56445">#56445</a>:
Adjust merge tests for new string option (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/56938">#56938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pandas&package-manager=pip&previous-version=2.1.4&new-version=2.2.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 872bd58 commit 9dbf137
Showing 1 changed file with 51 additions and 47 deletions.
98 changes: 51 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dbf137

Please sign in to comment.