Skip to content

Bump the python-packages group with 5 updates#154

Merged
MaxHalford merged 1 commit intomainfrom
dependabot/pip/python-packages-f482884299
Dec 16, 2025
Merged

Bump the python-packages group with 5 updates#154
MaxHalford merged 1 commit intomainfrom
dependabot/pip/python-packages-f482884299

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps the python-packages group with 5 updates:

Package From To
db-dtypes 1.4.4 1.5.0
duckdb 1.4.2 1.4.3
google-cloud-bigquery 3.38.0 3.39.0
sqlglot 28.1.0 28.3.0
ruff 0.14.8 0.14.9

Updates db-dtypes from 1.4.4 to 1.5.0

Release notes

Sourced from db-dtypes's releases.

db-dtypes 1.5.0

1.5.0 (2025-12-15)

Features

Changelog

Sourced from db-dtypes's changelog.

1.5.0 (2025-12-15)

Features

Commits

Updates duckdb from 1.4.2 to 1.4.3

Release notes

Sourced from duckdb's releases.

Python DuckDB v1.4.3

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-python@v1.4.2...v1.4.3

Commits

Updates google-cloud-bigquery from 3.38.0 to 3.39.0

Release notes

Sourced from google-cloud-bigquery's releases.

google-cloud-bigquery 3.39.0

3.39.0 (2025-12-12)

Features

Bug Fixes

Documentation

  • remove experimental annotations from GA features (#2303) (1f1f9d41)
Changelog

Sourced from google-cloud-bigquery's changelog.

3.39.0 (2025-12-12)

Documentation

Features

Bug Fixes

Commits
  • 8634630 chore: librarian release pull request: 20251212T151524Z (#2344)
  • fcaf397 chore: update ownership/routing for repo (#2346)
  • 91fed54 chore(python): removes a filter put in place due to a dependency issue with p...
  • 0529726 chore: update librarian sha (#2329)
  • 8016baa tests: temporarily pin pytest (#2334)
  • 68e915f chore(librarian): onboard to librarian (#2326)
  • 6065e14 feat: adds support for Python runtime 3.14 (#2322)
  • b11e09c fix: include io.Base in the PathType (#2323)
  • fa76e31 feat: Add ExternalRuntimeOptions to BigQuery routine (#2311)
  • 7fbd8c2 chore(python): Add Python 3.14 to python post processor image (#2317)
  • Additional commits viewable in compare view

Updates sqlglot from 28.1.0 to 28.3.0

Commits
  • edb8964 Chore!: bump sqlglotrs to 0.9.0
  • 1876c5a refactor!: consolidate can_quote logic and fix an issue with identify=False (...
  • 62b348c fix(tokenizer)!: add support for noop string escapes (#6526)
  • 63c6291 Update CHANGELOG.md for v28.2.0 [skip ci]
  • 06c7ffb Chore!: cleanup bitwise operator fixes
  • 41a9e88 feat(duckdb)!: Add support to transpile binary args for bitwise operators (#6...
  • 2fd14ed fix(optimizer)!: query schema directly when type annotation fails for process...
  • e60634f feat(clickhouse): Add support for quantilesExactExclusive agg func (#6535)
  • ee5e7b9 Feat: Automatically trigger integration tests scoped to modified dialects (#6...
  • 18e9814 feat(snowflake): support DAYOFWEEK_ISO date part (#6531)
  • Additional commits viewable in compare view

Updates ruff from 0.14.8 to 0.14.9

Release notes

Sourced from ruff's releases.

0.14.9

Release Notes

Released on 2025-12-11.

Preview features

  • [ruff] New RUF100 diagnostics for unused range suppressions (#21783)
  • [pylint] Detect subclasses of builtin exceptions (PLW0133) (#21382)

Bug fixes

  • Fix comment placement in lambda parameters (#21868)
  • Skip over trivia tokens after re-lexing (#21895)
  • [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). (#21830)
  • [flake8-bugbear] Accept immutable slice default arguments (B008) (#21823)

Rule changes

  • [pydocstyle] Suppress D417 for parameters with Unpack annotations (#21816)

Performance

  • Use memchr for computing line indexes (#21838)

Documentation

  • Document *.pyw is included by default in preview (#21885)
  • Document range suppressions, reorganize suppression docs (#21884)
  • Update mkdocs-material to 9.7.0 (Insiders now free) (#21797)

Contributors

Install ruff 0.14.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.9

Released on 2025-12-11.

Preview features

  • [ruff] New RUF100 diagnostics for unused range suppressions (#21783)
  • [pylint] Detect subclasses of builtin exceptions (PLW0133) (#21382)

Bug fixes

  • Fix comment placement in lambda parameters (#21868)
  • Skip over trivia tokens after re-lexing (#21895)
  • [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). (#21830)
  • [flake8-bugbear] Accept immutable slice default arguments (B008) (#21823)

Rule changes

  • [pydocstyle] Suppress D417 for parameters with Unpack annotations (#21816)

Performance

  • Use memchr for computing line indexes (#21838)

Documentation

  • Document *.pyw is included by default in preview (#21885)
  • Document range suppressions, reorganize suppression docs (#21884)
  • Update mkdocs-material to 9.7.0 (Insiders now free) (#21797)

Contributors

Commits
  • 3f63ea4 Prepare 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)
  • c055d66 Document range suppressions, reorganize suppression docs (#21884)
  • 7a578ce Ignore ruff:isort like ruff:noqa in new suppressions (#21922)
  • 34f7a04 [ty] Handle Definitions in SemanticModel::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 find builtins as a real module
  • Additional commits viewable in compare view

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 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

Summary 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

    • db-dtypes 1.5.0: adds Python 3.14 support; requires pandas <3.0.0.
    • duckdb 1.4.3: patch release with to_parquet improvements and Windows ARM64 wheel.
    • google-cloud-bigquery 3.39.0: Python 3.14 support, ExternalRuntimeOptions, and retry fixes.
    • sqlglot 28.3.0: tokenizer/optimizer fixes; rs extra updates to sqlglotrs 0.9.0.
    • ruff 0.14.9: minor lint fixes; new preview diagnostics available.
  • Migration

    • Ensure pandas <3.0.0 to satisfy db-dtypes 1.5.0.
    • Run lint to address any new Ruff warnings.

Written for commit 46a4030. Summary will update automatically on new commits.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 16, 2025
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@MaxHalford MaxHalford merged commit 4fb1ca3 into main Dec 16, 2025
4 checks passed
@MaxHalford MaxHalford deleted the dependabot/pip/python-packages-f482884299 branch December 16, 2025 10:52
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