Skip to content

Bump the dbt group across 1 directory with 2 updates#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dbt-522d094de5
Open

Bump the dbt group across 1 directory with 2 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dbt-522d094de5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Updates the requirements on dbt-core and dbt-duckdb to permit the latest version.
Updates dbt-core to 1.11.10

Release notes

Sourced from dbt-core's releases.

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.10 - May 14, 2026

Dependencies

Contributors

dbt-core 1.11.9 - May 06, 2026

Fixes

  • Fix static_analysis: off being interpreted as boolean false instead of string "off" in manifest.json (#12015)
  • Fix state:modified not detecting .yml property changes for resource_type:function (#12547)

Under the Hood

  • Update jsonschemas for more accurate deprecation warnings: macro.config should not warn (#12670)

Dependencies

  • Bump libpq-dev in Docker image from 13.23-0+deb11u1 to 13.23-0+deb11u2 to fix build failure due to superseded package version (#NA)
  • Bump libpq-dev in Docker image from 13.23-0+deb11u2 to 13.23-0+deb11u3 to fix build failure due to superseded package version (#NA)

Contributors

dbt-core 1.11.8 - April 08, 2026

Fixes

  • Add @​requires.catalogs decorator to compile command to fix REST Catalog-Linked database compilation (#12353)
  • Improve logic for detecting config with missing plus prefix in dbt_project.yml (#12371)
  • Add config and allow meta and docs to exist under it for macros (#12383, #9447)
  • DBT_ENGINE prefixed env vars picked up by CLI (#12583)
  • Allow deferral for UDFs (#12080)
  • Resolve full node description while running udfs for better logging (#12600)
  • Raise PropertyMovedToConfigDeprecation instead of MissingArgumentsPropertyInGenericTestDeprecation (#12572)
  • Add @​requires.catalogs decorator to test command to fix custom catalog integration support (#12662)
  • Raise custom key in config deprecation warning for invalid config keys in dbt_project.yml (#12542)
  • Ensure MAX_GROUPING_TOKENS and MAX_GROUPING_DEPTH default to None independently (#12694)
  • Ensure property depr checks check for aliases with plus prefix (#12327)

Docs

... (truncated)

Commits
  • 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...
  • c8cafcd Bumping version to 1.11.9 and generate changelog
  • 9b39f55 Bump libpq-dev to 13.23-0+deb11u3 (#12906) (#12907)
  • 610abee bring in latest jsonschema updates, add macros config test to happy path proj...
  • 53c8c12 Fix static_analysis: off interpreted as boolean false (#12015) (#12515) (#1...
  • 184eb45 fix: state:modified does not detect .yml property changes for resource_type:f...
  • ecea2e7 Bump libpq-dev from 13.23-0+deb11u1 to 13.23-0+deb11u2 (#12806) (#12807)
  • Additional commits viewable in compare view

Updates dbt-duckdb to 1.10.1

Release notes

Sourced from dbt-duckdb's releases.

1.10.1

What's Changed

New Contributors

Full Changelog: duckdb/dbt-duckdb@1.10.0...1.10.1

Changelog

Sourced from dbt-duckdb's changelog.

1.4.0 (2023-02-14)

  • Added support for DuckDB 0.7.x and the ability to ATTACH additional databases

1.3.2 (2022-11-16)

  • Added support for DuckDB 0.6.x

1.3.1 (2022-11-07)

  • Support for Python models in dbt-duckdb
  • Support for the external materialization type

1.2.3 (2022-10-24)

  • Added the settings dictionary for configuring arbitrary settings in the DuckDB instance used during the dbt run

1.2.2 (2022-10-05)

  • Fixed a small bug in the multithreading implementation

1.2.1 (2022-10-03)

  • Added support for multi-threaded dbt-duckdb runs

1.2.0 (2022-09-26)

  • Support for loading DuckDB extensions
  • Support for reading/writing from S3 via the aforementioned extensions

1.1.4 (2022-07-06)

  • Enforces the single-thread limit on the dbt-duckdb profile

1.1.3 (2022-06-29)

  • Fixes DuckDB 0.4.0 compatibility issue

1.1.2 (2022-06-29)

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 17, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Updates the requirements on [dbt-core](https://github.com/dbt-labs/dbt-core) and [dbt-duckdb](https://github.com/jwills/dbt-duckdb) to permit the latest version.

Updates `dbt-core` to 1.11.10
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.11.10/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.8.0...v1.11.10)

Updates `dbt-duckdb` to 1.10.1
- [Release notes](https://github.com/jwills/dbt-duckdb/releases)
- [Changelog](https://github.com/duckdb/dbt-duckdb/blob/master/CHANGELOG.md)
- [Commits](duckdb/dbt-duckdb@1.8.0...1.10.1)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.11.10
  dependency-type: direct:development
  dependency-group: dbt
- dependency-name: dbt-duckdb
  dependency-version: 1.10.1
  dependency-type: direct:development
  dependency-group: dbt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the dbt group with 2 updates Bump the dbt group across 1 directory with 2 updates May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/dbt-522d094de5 branch from 2cfe73c to 0da53ae Compare May 19, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants