Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the simple group with 4 updates in the /misc/dbt-materialize directory: dbt-adapters, dbt-core, dbt-postgres and importlib-metadata.

Updates dbt-adapters from 1.22.1 to 1.22.2

Commits

Updates dbt-core from 1.10.16 to 1.11.2

Release notes

Sourced from dbt-core's releases.

dbt-core v1.11.2

dbt-core 1.11.2 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.11.2rc1

dbt-core 1.11.2-rc1 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core v1.11.1

dbt-core 1.11.1 - December 19, 2025

Dependencies

  • Bump minimum click to 8.2.0 (#12305)

Contributors

dbt-core v1.11.0

dbt-core 1.11.0 - Juan R. Torruella (December 19, 2025)

Features

  • Add file_format to catalog integration config (#11695)
  • 11561 (#deprecate, #--models,--model,, #and, #-m, #flags)
  • Update jsonschemas with builtin data test properties and exposure configs in dbt_project.yml for more accurate deprecations (#11335)
  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)
  • Deprecate overrides property for sources (#11566)
  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)
  • Deprecate {{ modules.itertools }} usage (#11725)
  • Default require_generic_test_arguments_property flag to True - The 'arguments' property will be parsed as keyword arguments to data tests, if provided (#11911)

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.11.2 - December 22, 2025

Fixes

  • Address Click 8.2+ deprecation warning (#12038)
  • Pin sqlparse <0.5.5 to avoid max tokens issue (#12303)

Contributors

dbt-core 1.11.1 - December 19, 2025

Dependencies

  • Bump minimum click to 8.2.0 (#12305)

Contributors

dbt-core 1.11.0 - December 19, 2025

Features

  • Add file_format to catalog integration config (#11695)
  • 11561 (#deprecate, #--models,--model,, #and, #-m, #flags)
  • Update jsonschemas with builtin data test properties and exposure configs in dbt_project.yml for more accurate deprecations (#11335)
  • Support loaded_at_query and loaded_at_field on source and table configs (#11659)
  • Begin validating configs from model sql files (#11727)
  • Deprecate overrides property for sources (#11566)
  • Create constrained namespace for dbt engine env vars (#11340)
  • Gate jsonschema validations by adapter (#11680)
  • Deprecate top-level argument properties in generic tests (#11847)
  • Deprecate {{ modules.itertools }} usage (#11725)
  • Default require_generic_test_arguments_property flag to True - The 'arguments' property will be parsed as keyword arguments to data tests, if provided (#11911)
  • Support Nested Key Traversal in dbt ls json output (#11919)
  • No-op when project-level quoting.snowflake_ignore_case is set. (#11882)
  • Support UDFs by allowing user definition of function nodes (#11923)
  • Support listing functions via list command (#11967)
  • Support selecting funciton nodes via: name, file path, and resource type (#11962, #11958, #11961)
  • Parse catalogs.yml during parse, seed, and test commands (#12002)
  • Handle creation of function nodes during DAG execution (#11965)
  • Support configuring model.config.freshness.build_after.updates_on without period or count (#12019)
  • Add function macro to jinja context (#11972)
  • Adding run_started_at to manifest.json metadata (#12047)
  • Validate {{ config }} in SQL for models that don't statically parse (#12046)
  • Add type property to function nodes (#12042, #12037)
  • Support function nodes for unit tested models (#12024)
  • Support partial parsing for function nodes (#12072)

... (truncated)

Commits
  • a24f23f Bumping version to 1.11.2 and generate changelog
  • bfac6f0 [Automated] Merged prep-release/1.11.2rc1_20439921742 into target 1.11.latest...
  • 1ce4b8d Bumping version to 1.11.2rc1 and generate changelog
  • e9611ba Address Click 8.2+ deprecation warning by using type-checking imports (#12039...
  • b6f43e3 Pin sqlparse <0.5.5 (#12308) (#12309)
  • db3039b [Automated] Merged prep-release/1.11.1_20383763538 into target 1.11.latest du...
  • 4ffe901 Bumping version to 1.11.1 and generate changelog
  • 87d1ace Bump minimum click to 8.2.0 (#12306) (#12307)
  • 62f4b62 [Automated] Merged prep-release/1.11.0_20378895078 into target 1.11.latest du...
  • 2610758 Bumping version to 1.11.0 and generate changelog
  • Additional commits viewable in compare view

Updates dbt-postgres from 1.9.1 to 1.10.0

Release notes

Sourced from dbt-postgres's releases.

dbt-adapters v1.10.0

dbt-adapters 1.10.0 - September 12, 2024

Changelog

Sourced from dbt-postgres's changelog.

dbt-adapters 1.10.0 - September 12, 2024

dbt-adapters 1.9.0 - November 13, 2024

Fixes

  • Negate the check for microbatch behavior flag in determining builtins (#349)
  • Move require_batched_execution_for_custom_microbatch_strategy flag to global (#351)

dbt-adapters 1.8.0 - October 29, 2024

Fixes

  • Always make behavior flags available for evaluation (#338)

Under the Hood

  • Add adapter telemetry. (#301)

dbt-adapters 1.7.2 - October 21, 2024

Breaking Changes

  • Drop support for Python 3.8 (#332)

Features

  • Allows unique_key for snapshots to take a list (#181)

Fixes

  • Always validate an incremental model's incremental_strategy (#330)

Contributors

dbt-adapters 1.7.1 - October 15, 2024

Features

  • Enable setting current value of dbt_valid_to (#320)

dbt-adapters 1.7.0 - September 19, 2024

Features

  • Allow configuring of snapshot column names (#289)

... (truncated)

Commits

Updates importlib-metadata from 8.7.0 to 8.7.1

Changelog

Sourced from importlib-metadata's changelog.

v8.7.1

Bugfixes

  • Fixed errors in FastPath under fork-multiprocessing. (#520)
  • Removed cruft from Python 3.8. (#524)
Commits
  • 84e9028 Finalize
  • 36ed6f6 Merge pull request #521 from 2xB/fix520
  • f6eee56 Rely on passthrough to designate a wrapper for its side effect.
  • 3c9510b Prefer noop for degenerate behavior.
  • a36bab9 Avoid if block.
  • 8dd2937 Decouple clear_after_fork from lru_cache and then compose.
  • 1da3f45 Add news fragment.
  • a1c25d8 🧎‍♀️ Genuflect to the types.
  • 4e962a8 👹 Feed the hobgoblins (delint).
  • 6a30ab9 Allow initial currsize to be greater than one (as happens when running the te...
  • 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

Bumps the simple group with 4 updates in the /misc/dbt-materialize directory: [dbt-adapters](https://github.com/dbt-labs/dbt-adapters), [dbt-core](https://github.com/dbt-labs/dbt-core), [dbt-postgres](https://github.com/dbt-labs/dbt-adapters) and [importlib-metadata](https://github.com/python/importlib_metadata).


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

Updates `dbt-core` from 1.10.16 to 1.11.2
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.2/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.10.16...v1.11.2)

Updates `dbt-postgres` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/dbt-labs/dbt-adapters/releases)
- [Changelog](https://github.com/dbt-labs/dbt-adapters/blob/v1.10.0/CHANGELOG.md)
- [Commits](https://github.com/dbt-labs/dbt-adapters/commits/v1.10.0)

Updates `importlib-metadata` from 8.7.0 to 8.7.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.7.0...v8.7.1)

---
updated-dependencies:
- dependency-name: dbt-adapters
  dependency-version: 1.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: dbt-core
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: dbt-postgres
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: importlib-metadata
  dependency-version: 8.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Dec 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 26, 2025 02:06
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant