From 44467ab67ec3d517ffca6e09b582246ec8a28e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:32:15 +0000 Subject: [PATCH] Update dbt-core requirement from ~=1.8.8 to ~=1.9.0 Updates the requirements on [dbt-core](https://github.com/dbt-labs/dbt-core) to permit the latest version. - [Release notes](https://github.com/dbt-labs/dbt-core/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.9.0/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-core/compare/v1.8.8...v1.9.0) --- updated-dependencies: - dependency-name: dbt-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6ff6250..e2ed427 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,7 +29,7 @@ moto~=5.0.9 pyparsing pyarrow -dbt-core~=1.8.8 +dbt-core~=1.9.0 dbt-spark~=1.8.0 dbt-common>=1.0.4,<2.0 dbt-adapters>=1.1.1,<2.0