Skip to content

Bump dbt-core from 1.1.0 to 1.6.15 in the pip group across 1 directory#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-79c0f0d869
Open

Bump dbt-core from 1.1.0 to 1.6.15 in the pip group across 1 directory#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-79c0f0d869

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2025

Bumps the pip group with 1 update in the / directory: dbt-core.

Updates dbt-core from 1.1.0 to 1.6.15

Release notes

Sourced from dbt-core's releases.

dbt-core v1.6.15

dbt-core 1.6.15 - May 22, 2024

Security

  • Explicitly bind to localhost in docs serve (#10209)

dbt-core v1.6.14

dbt-core 1.6.14 - May 02, 2024

Features

  • Move flags from UserConfig in profiles.yml to flags in dbt_project.yml (#9183)
  • Add require_explicit_package_overrides_for_builtin_materializations to dbt_project.yml flags, which can be used to opt-out of overriding built-in materializations from packages (#10007)

Fixes

  • Replace usage of Set with List to fix issue with index updates intermittently happening out of order (#72)

Under the Hood

  • Raise deprecation warning if installed package overrides built-in materialization (#9971)
  • Remove the final underscore from secret environment variable constants. (#10052)

dbt-core v1.6.13

dbt-core 1.6.13 - April 18, 2024

Security

Contributors

dbt-core v1.6.12

dbt-core 1.6.12 - April 16, 2024

Fixes

  • Exclude password-like fields for considering reparse (#9795)

dbt-core v1.6.11

dbt-core 1.6.11 - March 28, 2024

Dependencies

  • Restrict protobuf to 4.* versions (#9566)

dbt-core v1.6.10

dbt-core 1.6.10 - February 28, 2024

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.6.15 - May 22, 2024

Security

  • Explicitly bind to localhost in docs serve (#10209)

dbt-core 1.6.14 - May 02, 2024

Features

  • Move flags from UserConfig in profiles.yml to flags in dbt_project.yml (#9183)
  • Add require_explicit_package_overrides_for_builtin_materializations to dbt_project.yml flags, which can be used to opt-out of overriding built-in materializations from packages (#10007)

Fixes

  • Replace usage of Set with List to fix issue with index updates intermittently happening out of order (#72)

Under the Hood

  • Raise deprecation warning if installed package overrides built-in materialization (#9971)
  • Remove the final underscore from secret environment variable constants. (#10052)

dbt-core 1.6.13 - April 18, 2024

Security

Contributors

dbt-core 1.6.12 - April 16, 2024

Fixes

  • Exclude password-like fields for considering reparse (#9795)

dbt-core 1.6.11 - March 28, 2024

Dependencies

  • Restrict protobuf to 4.* versions (#9566)

dbt-core 1.6.10 - February 28, 2024

Under the Hood

  • Add test for docs generate catalog with external nodes (#9481)

... (truncated)

Commits
  • 86f5cb1 Bumping version to 1.6.15 and generate changelog
  • 8f9b045 [Backport 1.6.latest] change port bind and add a unittest (#10213)
  • 5259bb5 [Backport 1.6.latest] [Tidy First] Remove wheel and twine from dev-requiremen...
  • beab696 [Backport 1.6.latest] Fix #9907: Add retry to tox to reduce flaky tests due t...
  • 7cffcc3 [Automated] Merged prep-release/1.6.14_8931982645 into target 1.6.latest duri...
  • f71a5d5 Bumping version to 1.6.14 and generate changelog
  • 3c82a02 deprecate materialization overrides from imported packages (#9971) (#10008)
  • ce483b6 [Backport 1.7.latest] convert SECRET_ENV_PREFIX from DBT_ENV_SECRET_ to DBT_E...
  • 1da6ab2 update changelog (#10047)
  • 8bfa890 pin macos test runners to macos-12 (#10031) (#10040)
  • Additional commits viewable in compare view

Dependabot compatibility score

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group with 1 update in the / directory: [dbt-core](https://github.com/dbt-labs/dbt-core).


Updates `dbt-core` from 1.1.0 to 1.6.15
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.6.15/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.1.0...v1.6.15)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.6.15
  dependency-type: direct:production
  dependency-group: pip
...

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 Jul 17, 2025
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

Development

Successfully merging this pull request may close these issues.

0 participants