Skip to content

chore(deps)(deps): bump the python-dependencies group with 3 updates - #796

Merged
tschm merged 2 commits into
mainfrom
dependabot/uv/python-dependencies-d922e4d8c0
Jul 28, 2026
Merged

chore(deps)(deps): bump the python-dependencies group with 3 updates#796
tschm merged 2 commits into
mainfrom
dependabot/uv/python-dependencies-d922e4d8c0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 3 updates: pandas, polars and marimo.

Updates pandas from 3.0.3 to 3.0.5

Release notes

Sourced from pandas's releases.

pandas 3.0.5

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.

pandas 3.0.4

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.

Commits
  • e68db09 RLS: 3.0.5
  • 0697623 Backport PR #66428: DOC: update whatsnew for 3.0.5 (#66430)
  • 5d846d0 Backport PR #66090 on branch 3.0.x (BLD: exclude numpy 2.5.0 when building wh...
  • bef7a2b Backport PR #66169 on branch 3.0.x (CI: Fix pyarrow-nightly job (stale nightl...
  • 8188eb1 RLS: 3.0.4 (#66079)
  • bd35f15 [3.0.x] BUG: fix CoW issue in eval() (#66072)
  • 6195872 [backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...
  • 70313be Backport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...
  • 57ed3e2 [backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)
  • f9693fc [backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...
  • Additional commits viewable in compare view

Updates polars from 1.43.0 to 1.43.1

Release notes

Sourced from polars's releases.

Python Polars 1.43.1

🚀 Performance improvements

  • Optimize not(bool_f) to not_bool_f (#28474)

✨ Enhancements

  • Allow callback sinks on cloud (#28458)

🐞 Bug fixes

  • Fix panic on self join of scan_delta / scan_iceberg (#28468)
  • Fix UB on first/last_non_null with empty chunk (#28495)
  • Do not CSE non-column height expr on streaming engine (#28480)
  • Propagate adjusted sortedness through Gather (#28493)
  • Deduplicate the expression equality checks (#28483)
  • Address 3VL issue with SQL NOT IN interaction with NULL values and joins (#28484)
  • Use total comparison in Expr literal values (#28482)
  • Ensure SQL SUM and CORR aggregates return NULL for all-null inputs, add TOTAL (#28475)
  • Share null_count_dtype helper between Delta and Iceberg, fixing SchemaError (#28479)
  • Remove non-output columns from the equi-join and semi/anti-join operators (#28446)
  • Fix dropped slice on multiple unions (#28477)
  • Fix in-memory engine incorrect slice on maintain order join (#28478)
  • Check join schema by position (#28455)
  • Block predicate pushdown past overwritten window keys (#28429)

📖 Documentation

  • Update and restructure README (#28490)
  • Minor fixes to Spark migration guide (#27730)
  • Relocate Polars Cloud & On-Prem User Guide (#28462)
  • Add notes on k8s operator (#28445)

🛠️ Other improvements

  • Make hive_part extraction a function and public (#28507)
  • Deduplicate the expression equality checks (#28483)
  • Bump ruff and mypy package versions (#28456)
  • Fix flaky test (#28454)

Thank you to all our contributors for making this release possible! @​AnirudhRahul, @​EndPositive, @​Jesse-Bakker, @​alexander-beedie, @​carnarez, @​dancsi, @​mdroogh, @​mroeschke, @​nameexhaustion, @​nchammas, @​orlp, @​r-brink and @​ritchie46

Commits
  • 8d438be Python Polars 1.43.1 (#28523)
  • a3e282a refactor: Make hive_part extraction a function and public (#28507)
  • f6d2bec docs: Update and restructure README (#28490)
  • b78761c feat(rust): Support reading IEEE 754 total order Parquet column order (#27896)
  • b1268f1 fix: Fix panic on self join of scan_delta / scan_iceberg (#28468)
  • 0d4a49a fix(rust): Decrement ParkGroup worker count when worker exits (#28492)
  • a3982dd fix(rust): Add missing Send bounds in Connector (#28497)
  • 49ceb73 fix: Fix UB on first/last_non_null with empty chunk (#28495)
  • 1f63626 fix: Do not CSE non-column height expr on streaming engine (#28480)
  • f75402e fix: Propagate adjusted sortedness through Gather (#28493)
  • Additional commits viewable in compare view

Updates marimo from 0.23.14 to 0.23.15

Release notes

Sourced from marimo's releases.

0.23.15

What's Changed

✨ Enhancements

  • Prefill issue-report fields via include toggles (#10307)
  • Searchable combobox for secret/env fields (#10253)
  • Support default file browser selection (#10255)
  • Previewable issue diagnostics in the feedback modal (#10251)
  • Stream file-browser downloads from disk (#10247)
  • Support theme override via query param (#10196)
  • Target the current session so agents connect to the right notebook (#10169)
  • Propagate request trace context to the kernel (#10166)
  • Add deck-level content alignment control (#10176)
  • Update LLM model catalog (#10157)
  • Queue follow-up messages while assistant is streaming (#10174)

🐛 Bug fixes

  • Data_editor corrupting int8/uint8/float16 columns on edit (#10211)
  • Reject catch-all getattr objects as DB connections (#10301)
  • Clamp dropdown to viewport and portal into fullscreen root (#10297)
  • Retain static output through initial hydration (#10298)
  • Exclude marimo package from modulefinder crawl (#10249)
  • Harden create-test-release action (#10278)
  • Remeasure container-width Vega charts when host gains size (#10266)
  • Avoid recursively scanning anywidget state (#10254)
  • Retry invalid anywidget modules (#10259)
  • Resolve pytest race condition during edit (#10139)
  • Canonicalize widget files in HTML exports (#10261)
  • Resolve version from marimo-base (#10260)
  • Handle PEP 695 TypeAlias in DeprivateVisitor (#10227)
  • Support Google Vertex with Pydantic-AI v2 (#10256)
  • Pin pydantic-ai instrumentation version (#10239)
  • Stringify bare pint values in JSON encoding (#10242)
  • Restore retina rendering for matplotlib figures (#10246)
  • Make long error toasts readable and copyable (#10243)
  • Serialize pandas via Arrow IPC instead of deprecated feather (#10244)
  • Data_editor corrupting int8/uint8/float16 columns on edit (#10211)
  • Dismiss Jedi signature hint on Escape and closing paren (#10162)
  • prevent AI in-editor input from disappearing on rejection (#10206)
  • Disable scroll view on mobile to prevent crash (#10212)
  • Surface load errors instead of rendering a silent blank (#10121)
  • Scope skew-protection exemption to login form (#10164)
  • Skip missing-package nudge for marimo.* imports (#10167)
  • Resolve normalized package names to their module (#10165)
  • Sort packages panel list case-insensitively (#10168)
  • Do not fire anywidget change listeners at mount (#10179)
  • Preserve output DOM across present/edit mode toggles (#10160)
  • Do not broadcast anywidget echo_update acks back to clients (#10178)
  • Preserve leading underscores in to_camel_case (#10170)
  • Prevent marimo check from formatting regular markdown files (#10138)

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 3 updates: [pandas](https://github.com/pandas-dev/pandas), [polars](https://github.com/pola-rs/polars) and [marimo](https://github.com/marimo-team/marimo).


Updates `pandas` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.3...v3.0.5)

Updates `polars` from 1.43.0 to 1.43.1
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.43.0...py-1.43.1)

Updates `marimo` from 0.23.14 to 0.23.15
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.23.14...0.23.15)

---
updated-dependencies:
- dependency-name: pandas
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: polars
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: marimo
  dependency-version: 0.23.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 28, 2026
@tschm
tschm merged commit 453812c into main Jul 28, 2026
44 checks passed
@tschm
tschm deleted the dependabot/uv/python-dependencies-d922e4d8c0 branch July 28, 2026 06:18
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant