Skip to content

chore(deps): bump the dbt-dependencies group across 1 directory with 3 updates#333

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/warehouses/facility_ops/transform/dbt-dependencies-00daa5ca24
Open

chore(deps): bump the dbt-dependencies group across 1 directory with 3 updates#333
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/warehouses/facility_ops/transform/dbt-dependencies-00daa5ca24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dbt-dependencies group with 3 updates in the /warehouses/facility_ops/transform directory: dbt-adapters, dbt-core and dbt-trino.

Updates dbt-adapters from 1.23.0 to 1.24.2

Changelog

Sourced from dbt-adapters's changelog.

dbt-adapters 1.24.2 - May 21, 2026

Fixes

  • Make validate_doc_columns honor the per-column quote config so quoted identifiers compare case-sensitively instead of being matched after a blanket lowercase (#1937)

dbt-adapters 1.24.1 - May 19, 2026

Features

  • Add generate_latest_version_pointer_alias dispatched macro so users can customize the latest-version pointer name for versioned models (#1917)
  • Add Capability.CatalogsV2 and bridge_v2_catalog template methods on BaseAdapter for adapter-owned v2 catalog bridge architecture (#1920)

Fixes

  • Fix KeyError on 'javascript' when running dbt on dbt-core < 1.12 after installing dbt-adapters 1.24.0 (#1926)

Under the Hood

  • Extract the unique-key match used inside default__get_merge_sql into a dispatchable get_merge_unique_key_match macro so adapters can override the comparison without forking the full merge SQL (#1902)

dbt-adapters 1.24.0 - May 13, 2026

Features

  • Added support for JS UDFs (#1859)

Under the Hood

  • Emit a debug-level Note event when the recorder row limit is exceeded during agate table serialization (#1923)
Commits

Updates dbt-core from 1.11.9 to 1.11.11

Release notes

Sourced from dbt-core's releases.

dbt-core v1.11.11

dbt-core 1.11.11 - May 20, 2026

Under the Hood

  • Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 (#N/A)

Dependencies

  • Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA)

Contributors

dbt-core v1.11.10

dbt-core 1.11.10 - May 14, 2026

Dependencies

Contributors

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.11.11 - May 20, 2026

Under the Hood

  • Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 (#N/A)

Dependencies

  • Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA)

Contributors

dbt-core 1.11.10 - May 14, 2026

Dependencies

Contributors

Commits
  • 14fe8d3 Bumping version to 1.11.11 and generate changelog
  • 45526ea deps: restore dbt-adapters upper bound to <2.0 for 1.11.x line (#12988)
  • 4da0df1 fix: annotate PARAM_TYPE_MAP to satisfy mypy with click 8.4.0 (#12982) (#12986)
  • af3687b [Automated] Merged prep-release/1.11.10_25854691185 into target 1.11.latest d...
  • acd3031 Bumping version to 1.11.10 and generate changelog
  • 8dba2c7 deps: cap dbt-adapters to <1.24 for 1.11.x line (#12957)
  • c94dd8b pinned dbt-adapters to < 1.24 as there are breaking changes in 1.24 w… (#12959)
  • aed1af7 [Automated] Merged prep-release/1.11.9_25442880643 into target 1.11.latest du...
  • See full diff in compare view

Updates dbt-trino from 1.10.1 to 1.10.2

Release notes

Sourced from dbt-trino's releases.

v1.10.2

Release notes

$ pip install dbt-trino==1.10.2
Changelog

Sourced from dbt-trino's changelog.

dbt-trino 1.10.2 - May 22, 2026

Features

  • Add gssapi authentication method backed by trino-python-client's GSSAPIAuthentication class. Supports kinit-style credential cache auth in addition to keytab, and exposes mutual_authentication as a case-insensitive string ("REQUIRED" | "OPTIONAL" | "DISABLED"). (#)

Fixes

  • Handle when model['config'] is null (#499)

Contributors

Commits
  • 2f8d1aa Bumping version to 1.10.2 and generate CHANGELOG
  • fe6f83e Add gssapi authentication method (#513)
  • 95647b8 Add microbatch concurrency capability support
  • 6d925b3 Fix model['config'] can be null in comment macro (#499)
  • See full diff 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 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

…3 updates

Bumps the dbt-dependencies group with 3 updates in the /warehouses/facility_ops/transform directory: [dbt-adapters](https://github.com/dbt-labs/dbt-adapters), [dbt-core](https://github.com/dbt-labs/dbt-core) and [dbt-trino](https://github.com/starburstdata/dbt-trino).


Updates `dbt-adapters` from 1.23.0 to 1.24.2
- [Release notes](https://github.com/dbt-labs/dbt-adapters/releases)
- [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-adapters/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-adapters/commits)

Updates `dbt-core` from 1.11.9 to 1.11.11
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.11/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.11.9...v1.11.11)

Updates `dbt-trino` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/starburstdata/dbt-trino/releases)
- [Changelog](https://github.com/starburstdata/dbt-trino/blob/master/CHANGELOG.md)
- [Commits](starburstdata/dbt-trino@v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: dbt-adapters
  dependency-version: 1.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt-dependencies
- dependency-name: dbt-core
  dependency-version: 1.11.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dbt-dependencies
- dependency-name: dbt-trino
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dbt-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 Jun 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 1, 2026 12:27
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.

0 participants