Bump the python-packages group with 5 updates#154
Merged
MaxHalford merged 1 commit intomainfrom Dec 16, 2025
Merged
Conversation
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [db-dtypes](https://github.com/googleapis/python-db-dtypes-pandas) | `1.4.4` | `1.5.0` | | [duckdb](https://github.com/duckdb/duckdb-python) | `1.4.2` | `1.4.3` | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.38.0` | `3.39.0` | | [sqlglot](https://github.com/tobymao/sqlglot) | `28.1.0` | `28.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.8` | `0.14.9` | 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 `duckdb` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.4.2...v1.4.3) Updates `google-cloud-bigquery` from 3.38.0 to 3.39.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery@v3.38.0...v3.39.0) Updates `sqlglot` from 28.1.0 to 28.3.0 - [Commits](tobymao/sqlglot@v28.1.0...v28.3.0) Updates `ruff` from 0.14.8 to 0.14.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.8...0.14.9) --- 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: duckdb dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: google-cloud-bigquery dependency-version: 3.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sqlglot dependency-version: 28.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
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 5 updates:
1.4.41.5.01.4.21.4.33.38.03.39.028.1.028.3.00.14.80.14.9Updates
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
duckdbfrom 1.4.2 to 1.4.3Release notes
Sourced from duckdb's releases.
Commits
49da1d7pin new duckdb core SHA030a76a[minor][spark] Minor bugfixes (#180)bf7b2a0add file_size_bytes to to_parquet (#204)6de71c4feat: add file_size_bytes to to_parquet743fdb2Merge branch 'v1.4-andium' into minor-bugfixesb8c499cremove unncessary commente410e7arevert unncessary change0bfeccbfix precommite3e4b96fix testbfa84c1fix ruff checkUpdates
google-cloud-bigqueryfrom 3.38.0 to 3.39.0Release notes
Sourced from google-cloud-bigquery's releases.
Changelog
Sourced from google-cloud-bigquery's changelog.
Commits
8634630chore: librarian release pull request: 20251212T151524Z (#2344)fcaf397chore: update ownership/routing for repo (#2346)91fed54chore(python): removes a filter put in place due to a dependency issue with p...0529726chore: update librarian sha (#2329)8016baatests: temporarily pin pytest (#2334)68e915fchore(librarian): onboard to librarian (#2326)6065e14feat: adds support for Python runtime 3.14 (#2322)b11e09cfix: includeio.Basein thePathType(#2323)fa76e31feat: Add ExternalRuntimeOptions to BigQuery routine (#2311)7fbd8c2chore(python): Add Python 3.14 to python post processor image (#2317)Updates
sqlglotfrom 28.1.0 to 28.3.0Commits
edb8964Chore!: bump sqlglotrs to 0.9.01876c5arefactor!: consolidate can_quote logic and fix an issue with identify=False (...62b348cfix(tokenizer)!: add support for noop string escapes (#6526)63c6291Update CHANGELOG.md for v28.2.0 [skip ci]06c7ffbChore!: cleanup bitwise operator fixes41a9e88feat(duckdb)!: Add support to transpile binary args for bitwise operators (#6...2fd14edfix(optimizer)!: query schema directly when type annotation fails for process...e60634ffeat(clickhouse): Add support for quantilesExactExclusive agg func (#6535)ee5e7b9Feat: Automatically trigger integration tests scoped to modified dialects (#6...18e9814feat(snowflake): support DAYOFWEEK_ISO date part (#6531)Updates
rufffrom 0.14.8 to 0.14.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
3f63ea4Prepare 0.14.9 release (#21927)c8851ec[ty] Defer all parameter and return type annotations (#21906)d442433[ty] Fix workspace symbols to return members too (#21926)c055d66Document range suppressions, reorganize suppression docs (#21884)7a578ceIgnore ruff:isort like ruff:noqa in new suppressions (#21922)34f7a04[ty] HandleDefinitions inSemanticModel::scope(#21919)c9fe4e2[ty] Attach salsa db when running ide tests for easier debugging (#21917)fbeeb05[ty] Don't show hover for expressions with no inferred type (#21924)4fdb4e8[ty] avoid unions of generic aliases of the same class in fixpoint (#21909)c548ef2[ty] Squash false positive logs for failing to findbuiltinsas a real moduleDependabot 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
Bumped db-dtypes, duckdb, google-cloud-bigquery, sqlglot, and ruff to latest minor/patch versions to improve Python 3.14 compatibility and fix bugs.
Dependencies
Migration
Written for commit 46a4030. Summary will update automatically on new commits.