Skip to content

Commit 1155b1f

Browse files
Bump the python-packages group across 1 directory with 3 updates (#166)
Bumps the python-packages group with 3 updates in the / directory: [duckdb](https://github.com/duckdb/duckdb-python), [pandas](https://github.com/pandas-dev/pandas) and [rich](https://github.com/Textualize/rich). Updates `duckdb` from 1.4.3 to 1.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/duckdb/duckdb-python/releases">duckdb's releases</a>.</em></p> <blockquote> <h2>v1.4.4 Bugfix Release</h2> <p><strong>DuckDB core v1.4.4 Changelog</strong>: <a href="https://github.com/duckdb/duckdb/compare/v1.4.3...v1.4.4">https://github.com/duckdb/duckdb/compare/v1.4.3...v1.4.4</a></p> <h2>What's Changed in the Python Extension</h2> <ul> <li>fix polars tests by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/218">duckdb/duckdb-python#218</a></li> <li>tests for string and binary views by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/221">duckdb/duckdb-python#221</a></li> <li>Quote view names in unregister by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/222">duckdb/duckdb-python#222</a></li> <li>Limit string nodes in Polars expressions to constant expressions by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/225">duckdb/duckdb-python#225</a></li> <li>Escape identifiers in relation aggregations by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/272">duckdb/duckdb-python#272</a></li> <li>Fix DECREF bug during interpreter shutdown by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/275">duckdb/duckdb-python#275</a></li> <li>Support for Pandas 3.0.0 by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/277">duckdb/duckdb-python#277</a></li> <li>Prepare for v1.4.4 by <a href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a> in <a href="https://redirect.github.com/duckdb/duckdb-python/pull/280">duckdb/duckdb-python#280</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/duckdb/duckdb-python/compare/v1.4.3...v1.4.4">https://github.com/duckdb/duckdb-python/compare/v1.4.3...v1.4.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/duckdb/duckdb-python/commit/a12f36ca411007f5eb48919448f61c7498112553"><code>a12f36c</code></a> Prepare for v1.4.4 (<a href="https://redirect.github.com/duckdb/duckdb-python/issues/280">#280</a>)</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/77a3f8d637982542f6e91569b9ecad3e96a02b32"><code>77a3f8d</code></a> Set submodule to release hash</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/f1711b5616f64de43ef6da2034c81e00fa9b032d"><code>f1711b5</code></a> Support for Pandas 3.0.0 (<a href="https://redirect.github.com/duckdb/duckdb-python/issues/277">#277</a>)</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/8361d73425cc7b6e53785ad2b76ed898342a768d"><code>8361d73</code></a> Move slow tests to slow and fix test error when pyarrow is missing</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/5d9b64ee2b77de72b53d741a355c20dcd239129a"><code>5d9b64e</code></a> Add timedelta[s|ms|us|ns] numpy types</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/5a654d338003a83ae03d8c954fb40ace7cbc6d4e"><code>5a654d3</code></a> pandas default backend fixes</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/9d6edb6ead36cae62fa65e223b374b5edfaa7731"><code>9d6edb6</code></a> dependency updates and fix for lazy attribute accessors</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/c2e65055824d2369e54412638a1478444ca7b6b5"><code>c2e6505</code></a> Support Pandas' new str type</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/e32ed3edd0f502b8215a3dc337217a65d9d9bb98"><code>e32ed3e</code></a> Fix DECREF bug during interpreter shutdown (<a href="https://redirect.github.com/duckdb/duckdb-python/issues/275">#275</a>)</li> <li><a href="https://github.com/duckdb/duckdb-python/commit/39c384bfc0adf6d44d99634e4e09a8b7af2e761c"><code>39c384b</code></a> Fix DECREF bug during interpreter shutdown</li> <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb-python/compare/v1.4.3...v1.4.4">compare view</a></li> </ul> </details> <br /> Updates `pandas` from 2.3.3 to 3.0.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 3.0.0</h2> <p>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.</p> <p>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.</p> <p>Highlights include:</p> <ul> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype">Dedicated string data type by default</a></li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write">Consistent copy/view behaviour with Copy-on-Write</a> (CoW) (a.k.a. getting rid of the SettingWithCopyWarning)</li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference">New default resolution for datetime-like data</a></li> <li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col">Initial support for the new <code>pd.col</code> syntax</a></li> </ul> <p>See the <a href="https://pandas.pydata.org/community/blog/pandas-3.0.html">announcement blog post</a> and the <a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html">detailed release notes</a> for a list of all the changes.</p> <p>Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI</p> <pre><code>python -m pip install --upgrade pandas==3.0.* </code></pre> <p>Or from conda-forge</p> <pre><code>conda install -c conda-forge pandas=3.0 </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues/new/choose">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> <h2>Pandas 3.0.0rc2</h2> <p>No release notes provided.</p> <h2>Pandas 3.0.0rc1</h2> <p>No release notes provided.</p> <h2>Pandas 3.0.0rc0</h2> <p>We are pleased to announce a first release candidate for pandas 3.0.0. If all goes well, we'll release pandas 3.0.0 in a few weeks.</p> <p>See the [whatsnew][0] for a list of all the changes.</p> <p>The release is available on conda-forge and PyPI.</p> <p>The release can be installed from PyPI</p> <pre><code>python -m pip install --upgrade --pre pandas==3.0.0rc0 </code></pre> <p>Or from conda-forge</p> <pre><code>conda install -c conda-forge/label/pandas_rc pandas==3.0.0rc0 </code></pre> <p>Please report any issues with the release candidate on the pandas issue tracker.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/366ccdfcd8ed1e5543bfb6d4ee0c9bc519898670"><code>366ccdf</code></a> RLS: 3.0.0</li> <li><a href="https://github.com/pandas-dev/pandas/commit/139f4d0acedec0eee85c08262f878dd9f1eab63b"><code>139f4d0</code></a> DOC: split/reorder other enhancements section in 3.0.0 whatsnew notes (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63762">#63762</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/fd2a4f41fa453d74de6a7e031f4fcdcafa506c1b"><code>fd2a4f4</code></a> TST: assert reading of legacy pickles against current data (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61792">#61792</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/cc0bcaa1d2cf7607079df18d8b91f6d76a2f37ca"><code>cc0bcaa</code></a> DOC: update whatsnew section on datetimelike resolution (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63780">#63780</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/3ddbb49fe5e39c98981d08162b3ffe39e3e1fd21"><code>3ddbb49</code></a> DOC: remove 2.3.4 whatsnew file from released 3.0 docs (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63779">#63779</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/ee63532112ec4be7cc84a04c50f6c948c75ee168"><code>ee63532</code></a> CLN: Create temporary HDF5 file path and HDFStore for pytables tests (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63492">#63492</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/9512e990ffbaf35208dc5d4693c70d3ebb64baea"><code>9512e99</code></a> CoW: better chained assignment warning message for update() method (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63500">#63500</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/1db90d50ea43129d407c0dadb5921a1ba6b1410e"><code>1db90d5</code></a> API: rename read_iceberg selected_fields keyword to columns (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63748">#63748</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/c9b51fae32dbff354663dc25e79fbd22a7afd59f"><code>c9b51fa</code></a> BUG: .str methods failing on PyArrow using regex with \Z (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63705">#63705</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/7cff0f4fdef81094588f4f0b23246a9f6b33a47a"><code>7cff0f4</code></a> API: Period.to_timestamp default to microsecond unit (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63760">#63760</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0">compare view</a></li> </ul> </details> <br /> Updates `rich` from 14.2.0 to 14.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Nerdy Fix release</h2> <p>Fixed issue with characters outside of unicode range reporting 0 cell size</p> <h2>[14.3.1] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>Fixed characters out of unicode range reporting a cell size if 0 <a href="https://redirect.github.com/Textualize/rich/pull/3944">Textualize/rich#3944</a></li> </ul> <h2>The more emojis release</h2> <p>Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.</p> <h2>[14.3.0] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>IPython now respects when a <code>Console</code> instance is passed to <code>pretty.install</code> <a href="https://redirect.github.com/Textualize/rich/pull/3915">Textualize/rich#3915</a></li> <li>Fixed extraneous blank line on non-interactive disabled <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/3905">Textualize/rich#3905</a></li> <li>Fixed extra padding on first cell in columns <a href="https://redirect.github.com/Textualize/rich/pull/3935">Textualize/rich#3935</a></li> <li>Fixed trailing whitespace removed when soft_wrap=True <a href="https://redirect.github.com/Textualize/rich/pull/3937">Textualize/rich#3937</a></li> <li>Fixed style new-lines when soft_wrap = True and a print style is set <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Added</h3> <ul> <li>Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added support for <code>UNICODE_VERSION</code> environment variable <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added <code>last_render_height</code> property to LiveRender <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Expose locals_max_depth and locals_overflow in traceback.install <a href="https://redirect.github.com/Textualize/rich/pull/3906/">Textualize/rich#3906</a></li> <li>Added <code>Segment.split_lines_terminator</code> <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Changed</h3> <ul> <li><code>cells.cell_len</code> now has a <code>unicode_version</code> parameter (that you probably should never change) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Live will not write a new line if there was nothing rendered <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Changed style of Markdown headers <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown tables, added <code>markdown.table.header</code> and <code>markdown.table.border</code> styles <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown rules <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[14.3.1] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>Fixed characters out of unicode range reporting a cell size if 0 <a href="https://redirect.github.com/Textualize/rich/pull/3944">Textualize/rich#3944</a></li> </ul> <h2>[14.3.0] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>IPython now respects when a <code>Console</code> instance is passed to <code>pretty.install</code> <a href="https://redirect.github.com/Textualize/rich/pull/3915">Textualize/rich#3915</a></li> <li>Fixed extraneous blank line on non-interactive disabled <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/3905">Textualize/rich#3905</a></li> <li>Fixed extra padding on first cell in columns <a href="https://redirect.github.com/Textualize/rich/pull/3935">Textualize/rich#3935</a></li> <li>Fixed trailing whitespace removed when soft_wrap=True <a href="https://redirect.github.com/Textualize/rich/pull/3937">Textualize/rich#3937</a></li> <li>Fixed style new-lines when soft_wrap = True and a print style is set <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Added</h3> <ul> <li>Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added support for <code>UNICODE_VERSION</code> environment variable <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added <code>last_render_height</code> property to LiveRender <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Expose locals_max_depth and locals_overflow in traceback.install <a href="https://redirect.github.com/Textualize/rich/pull/3906/">Textualize/rich#3906</a></li> <li>Added <code>Segment.split_lines_terminator</code> <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Changed</h3> <ul> <li><code>cells.cell_len</code> now has a <code>unicode_version</code> parameter (that you probably should never change) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Live will not write a new line if there was nothing rendered <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Changed style of Markdown headers <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown tables, added <code>markdown.table.header</code> and <code>markdown.table.border</code> styles <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown rules <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/f2a1c3b8a8f7edc41b1954cc3fb66bae32293a5e"><code>f2a1c3b</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3944">#3944</a> from Textualize/nerf-fonts</li> <li><a href="https://github.com/Textualize/rich/commit/2e5a5dad304b59d75aa4b4ed6cae031693e3615e"><code>2e5a5da</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/73ee8232e7ea72a90130ccf67d8ffefd4122e9f4"><code>73ee823</code></a> fix fonts</li> <li><a href="https://github.com/Textualize/rich/commit/36fe3f7ca9becca4777861d5e6e625f5a4a37545"><code>36fe3f7</code></a> docstring</li> <li><a href="https://github.com/Textualize/rich/commit/9a99acc97d26d7832200a271ed8e95dd59df10c7"><code>9a99acc</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3828">#3828</a> from RyanSharafuddin/master</li> <li><a href="https://github.com/Textualize/rich/commit/2f56d4d1d22d901b444cfc731230e0f715498256"><code>2f56d4d</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3942">#3942</a> from Textualize/markdown-style</li> <li><a href="https://github.com/Textualize/rich/commit/97b5beacc3d9c1336d4bc6a3d69fec363bfe5d2c"><code>97b5bea</code></a> typo</li> <li><a href="https://github.com/Textualize/rich/commit/9303d77e8d41c6f43c090420f921dd3fc66ebfd1"><code>9303d77</code></a> markdown test</li> <li><a href="https://github.com/Textualize/rich/commit/900052cd5a67d43be8a484703c17599de6f88dea"><code>900052c</code></a> bump</li> <li><a href="https://github.com/Textualize/rich/commit/e9b0e19158034a49f2d7048cdf82d7146e59715f"><code>e9b0e19</code></a> Update to markdown styles</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v14.2.0...v14.3.1">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 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 </details> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Upgrade pandas to 3.0.0, duckdb to 1.4.4, and rich to 14.3.1 to pick up bug fixes and pandas 3 support. Updates the pandas upper bound in pyproject and refreshes uv.lock. - **Migration** - Run the test suite and fix pandas 3 changes: default string dtype, Copy-on-Write behavior, and datetime resolution. - Replace any pytz usage with zoneinfo or add pytz explicitly if still required. - Verify duckdb <-> pandas DataFrame paths work as expected with pandas 3. <sup>Written for commit 3b7f301. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a60babb commit 1155b1f

File tree

2 files changed

+204
-102
lines changed

2 files changed

+204
-102
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"duckdb>=1.3.0,<2",
1212
"gitpython>=3.1.43,<4",
1313
"google-cloud-bigquery>=3.11.4,<4",
14-
"pandas>=2.1.3,<3",
14+
"pandas>=2.1.3,<4",
1515
"python-dotenv>=1.0.0,<2",
1616
"rich>=13.5.3,<15",
1717
"sqlglot>=27.8,<29",

0 commit comments

Comments
 (0)