Skip to content

Update dependency pandas to v3 - #491

Merged
renovate[bot] merged 3 commits into
mainfrom
renovate/pandas-3.x
Aug 14, 2026
Merged

Update dependency pandas to v3#491
renovate[bot] merged 3 commits into
mainfrom
renovate/pandas-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pandas ^2.3.3^3.0.0 age confidence

Release Notes

pandas-dev/pandas (pandas)

v3.0.5: pandas 3.0.5

Compare Source

We are pleased to announce the release of pandas 3.0.5.
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.4: pandas 3.0.4

Compare Source

We are pleased to announce the release of pandas 3.0.4.
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.3: pandas 3.0.3

Compare Source

We are pleased to announce the release of pandas 3.0.3.
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.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 various 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 announcement blog post and the detailed release notes 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.


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 the dependencies Pull requests that update a dependency file label Aug 14, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 14, 2026 21:00
@renovate

renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: jupyter-notebook/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv jupyter-notebook-o73ccpea-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.10.8,<3.14) is not compatible with some of the required packages Python requirement:
  - pandas requires Python >=3.11, so it will not be installable for Python >=3.10.8,<3.11
  - pandas requires Python >=3.11, so it will not be installable for Python >=3.10.8,<3.11
  - pandas requires Python >=3.11, so it will not be installable for Python >=3.10.8,<3.11
  - pandas requires Python >=3.11, so it will not be installable for Python >=3.10.8,<3.11
  - pandas requires Python >=3.11, so it will not be installable for Python >=3.10.8,<3.11

Because no versions of pandas match >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<3.0.5 || >3.0.5,<4.0.0
 and pandas (3.0.0) requires Python >=3.11, pandas is forbidden.
And because pandas (3.0.1) requires Python >=3.11, pandas is forbidden.
And because pandas (3.0.2) requires Python >=3.11
 and pandas (3.0.3) requires Python >=3.11, pandas is forbidden.
So, because pandas (3.0.5) requires Python >=3.11
 and jupyter-notebook depends on pandas (^3.0.0), version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For pandas, a possible solution would be to set the `python` property to ">=3.11,<3.14"
For pandas, a possible solution would be to set the `python` property to ">=3.11,<3.14"
For pandas, a possible solution would be to set the `python` property to ">=3.11,<3.14"
For pandas, a possible solution would be to set the `python` property to ">=3.11,<3.14"
For pandas, a possible solution would be to set the `python` property to ">=3.11,<3.14"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@renovate
renovate Bot force-pushed the renovate/pandas-3.x branch from 1e8f844 to a3c3b60 Compare August 14, 2026 21:02
pandas 3.0 dropped Python 3.10, so poetry could not resolve it against the
declared ^3.10.8 constraint and Renovate's poetry.lock update failed. The
devcontainer runs the universal image, which ships well past 3.11, so the old
floor was stale rather than load-bearing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@renovate

renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Renovate could not update this lock itself because the resolve failed against
the old Python floor, and pushing to its branch marks the branch as modified
so it will not retry.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@renovate
renovate Bot merged commit de265e6 into main Aug 14, 2026
13 checks passed
@renovate
renovate Bot deleted the renovate/pandas-3.x branch August 14, 2026 21:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant