Bump the python-packages group with 4 updates#168
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the python-packages group with 4 updates#168dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the python-packages group with 4 updates: [db-dtypes](https://github.com/googleapis/python-db-dtypes-pandas), [pandas](https://github.com/pandas-dev/pandas), [rich](https://github.com/Textualize/rich) and [sqlglot](https://github.com/tobymao/sqlglot). Updates `db-dtypes` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/googleapis/python-db-dtypes-pandas/releases) - [Changelog](https://github.com/googleapis/python-db-dtypes-pandas/blob/main/CHANGELOG.md) - [Commits](googleapis/python-db-dtypes-pandas@v1.4.4...v1.5.0) Updates `pandas` from 3.0.0 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.0...v2.3.3) Updates `rich` from 14.3.1 to 14.3.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.1...v14.3.2) Updates `sqlglot` from 28.6.0 to 28.9.0 - [Commits](tobymao/sqlglot@v28.6.0...v28.9.0) --- updated-dependencies: - dependency-name: db-dtypes dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: rich dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sqlglot dependency-version: 28.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
No issues found across 1 file
Architecture diagram
sequenceDiagram
participant User as User / CLI
participant Parser as SQLGlot (v28.9.0)
participant DB as External Database
participant Mapper as db-dtypes (v1.5.0)
participant DF as Pandas (v2.3.3)
participant UI as Rich (v14.3.2)
Note over Parser,UI: Data Processing Pipeline (Dependency Updates)
User->>>Parser: Submit SQL query
Parser->>Parser: CHANGED: Transpile & Annotate<br/>(Improved DuckDB/Snowflake support)
Parser->>>DB: Execute optimized SQL
DB-->>Mapper: Return raw result set
Mapper->>Mapper: NEW: Map database types to Python<br/>(Added Python 3.14 support)
Mapper-->>DF: Provide typed data
DF->>DF: CHANGED: Construct DataFrame<br/>(v2.3.3 logic: string comparisons & tzdata)
DF-->>UI: Pass DataFrame for display
UI->>UI: CHANGED: Calculate cell widths<br/>(Fixed ZWJ crash & control codes)
UI-->>User: Render formatted Terminal output
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 4 updates: db-dtypes, pandas, rich and sqlglot.
Updates
db-dtypesfrom 1.4.4 to 1.5.0Release notes
Sourced from db-dtypes's releases.
Changelog
Sourced from db-dtypes's changelog.
Commits
58dc6fdchore: librarian release pull request: 20251215T132415Z (#382)c164a47feat: Add support for Python 3.14 (#380)5163c1cchore(tests): run unit tests after merge (#378)86c0308chore(librarian): update sha to support librarian 1.0.0 (#376)bd5a4c7chore(librarian): onboard to librarian (#374)Updates
pandasfrom 3.0.0 to 2.3.3Commits
9c8bc3eRLS: 2.3.36aa788a[backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499) (#62508)b64f0df[backport 2.3.x] BUG: avoid validation error for ufunc with string[python] ar...058eb2b[backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424) (...2ca088d[backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480) (#62...92bf98f[backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for older...e57c7d6Backport PR #62452 on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)e0fe9a0Backport to 2.3.x: REGR: from_records not initializing subclasses properly (#...23a1085BUG: improve future warning for boolean operations with missaligned indexes (...6113696Backport PR #62396 on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...Updates
richfrom 14.3.1 to 14.3.2Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
0752ff0Merge pull request #3953 from Textualize/zwj-fix54ae0cfsimplify07edb85refine31930ddfix test454fcfcstupid comment13f87a4Fix ZWJ and edge cases1d402e0fix datesUpdates
sqlglotfrom 28.6.0 to 28.9.0Commits
b2f5430feat(optimizer)!: Annotate TO_DAYS(expr) for DuckDB (#6925)abd8d1bfeat(snowflake)!: Transpilation of SHA1 from Snowflake to DuckDB (#6888)6e418ecfeat(optimizer)!: Annotate EPOCH(expr) for DuckDB (#6924)b56f685feat(optimizer)!: Annotate DAY, HOUR, SECOND and DAYOFMONTH (#6922)dfb2d3bChore: generate API docs before checking out api-docs branch (#6921)96dc339feat(optimizer)!: Annotate DAYOFWEEK, DAYOFYEAR for DuckDB (#6920)e9ff474feat(optimizer)!: Annotate MINUTE, MONTH for DuckDB (#6919)e752314Update CHANGELOG.md for v28.8.0 [skip ci]db51b75feat(optimizer)!: MovedYEAR,QUARTER,WEEKto snowflake (#6918)a65c870Chore: add CLAUDE.md to document guidelines for SQLGlot coding (#6899)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Update Python dependencies in uv.lock to pick up fixes and compatibility improvements. Bumps db-dtypes to 1.5.0, pandas to 2.3.3, rich to 14.3.2, and sqlglot to 28.9.0.
Dependencies
Migration
Written for commit 1984002. Summary will update on new commits.