From 6d06eb5f5cbd4da4419a4bf40b878f6d9dd0e750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 08:03:44 +0000 Subject: [PATCH] Bump dbt from 0.17.2 to 0.21.1 Bumps [dbt](https://github.com/dbt-labs/dbt) from 0.17.2 to 0.21.1. - [Release notes](https://github.com/dbt-labs/dbt/releases) - [Changelog](https://github.com/dbt-labs/dbt-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt/compare/v0.17.2...v0.21.1) --- updated-dependencies: - dependency-name: dbt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dbt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/requirements.txt b/dbt/requirements.txt index 0de398c..73893b7 100644 --- a/dbt/requirements.txt +++ b/dbt/requirements.txt @@ -1,4 +1,4 @@ -dbt==0.17.2 +dbt==0.21.1 python-dateutil==2.8.1 pyyaml sqlalchemy==1.3.20