Skip to content

Update dependency pandas to v3#891

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pandas-3.x
Open

Update dependency pandas to v3#891
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pandas-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 22, 2026

This PR contains the following updates:

Package Change Age Confidence
pandas >=2.0.0,<3>=3.0.2,<4 age confidence

Release Notes

pandas-dev/pandas (pandas)

v3.0.2: pandas 3.0.2

Compare Source

We are pleased to announce the release of pandas 3.0.2.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

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

Pandas 3.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

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

Thanks to all the contributors who made this release possible.

v3.0.1: pandas 3.0.1

Compare Source

We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

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

Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

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

Thanks to all the contributors who made this release possible.

v3.0.0: pandas 3.0.0

Compare Source

We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes.

The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.

Highlights include:

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

Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

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

Thanks to all the contributors who made this release possible.

v2.3.3: Pandas 2.3.3

Compare Source

We are pleased to announce the release of pandas 2.3.3.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

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

Thanks to all the contributors who made this release possible.

v2.3.2: Pandas 2.3.2

Compare Source

We are pleased to announce the release of pandas 2.3.2.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

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

Thanks to all the contributors who made this release possible.

v2.3.1: Pandas 2.3.1

Compare Source

We are pleased to announce the release of pandas 2.3.1.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.1 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

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

Thanks to all the contributors who made this release possible.

v2.3.0: Pandas 2.3.0

Compare Source

We are pleased to announce the release of pandas 2.3.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.3.0 supports Python 3.10 and higher.

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

conda install -c conda-forge pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

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

Thanks to all the contributors who made this release possible.


Configuration

📅 Schedule: Branch creation - "after 5pm every weekday,before 8am every weekday,every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 22, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 22, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package pandas
warning: The `requires-python` specifier (`~=3.9`) in `devops-deployment-metrics` uses the tilde specifier (`~=`) without a patch version. This will be interpreted as `>=3.9, <4`. Did you mean `~=3.9.0` to constrain the version as `>=3.9.0, <3.10`? We recommend only using the tilde specifier with a patch version to avoid ambiguity.
Using CPython 3.9.25 interpreter at: /opt/containerbase/tools/python/3.9.25/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.10.*'):
  ╰─▶ Because the requested Python version (>=3.9, <4) does not satisfy
      Python>=3.11 and pandas==3.0.2 depends on Python>=3.11, we can conclude
      that pandas==3.0.2 cannot be used.
      And because only pandas<=3.0.2 is available and your project depends
      on pandas>=3.0.2, we can conclude that your project's requirements are
      unsatisfiable.

      hint: While the active Python version is 3.9, the resolution failed for
      other Python versions supported by your project. Consider limiting your
      project's supported Python versions using `requires-python`.

      hint: The `requires-python` value (>=3.9, <4) includes Python versions
      that are not supported by your dependencies (e.g., pandas==3.0.2 only
      supports >=3.11). Consider using a more restrictive `requires-python`
      value (like >=3.11).

@renovate renovate bot force-pushed the renovate/pandas-3.x branch from 86009ba to f2ada8c Compare January 26, 2026 09:05
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 8 times, most recently from e05af62 to eb11f45 Compare February 14, 2026 21:40
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 3 times, most recently from 7e2e2fe to 951404b Compare February 21, 2026 05:49
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 5 times, most recently from 7f9a9d2 to fb48873 Compare March 3, 2026 12:56
@renovate renovate bot force-pushed the renovate/pandas-3.x branch from fb48873 to 8397ce0 Compare March 6, 2026 02:39
@renovate renovate bot changed the title Update dependency pandas to v3 Update dependency pandas to v3 - autoclosed Mar 6, 2026
@renovate renovate bot closed this Mar 6, 2026
@renovate renovate bot deleted the renovate/pandas-3.x branch March 6, 2026 21:54
@renovate renovate bot changed the title Update dependency pandas to v3 - autoclosed Update dependency pandas to v3 Mar 7, 2026
@renovate renovate bot reopened this Mar 7, 2026
@renovate renovate bot force-pushed the renovate/pandas-3.x branch from c551aa2 to 8397ce0 Compare March 7, 2026 02:51
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 3 times, most recently from ef8b113 to 4942af2 Compare March 21, 2026 04:47
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 10 times, most recently from beac8bc to 657fd47 Compare April 3, 2026 03:26
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 5 times, most recently from 2af2981 to f694719 Compare April 14, 2026 05:02
@renovate renovate bot force-pushed the renovate/pandas-3.x branch 10 times, most recently from d0ed5da to faf590b Compare April 18, 2026 02:16
@renovate renovate bot force-pushed the renovate/pandas-3.x branch from faf590b to ee9f626 Compare April 18, 2026 02:19
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant