From a5a7db29c7bfbbcf74bc9fbc042a8c5547dbbfd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:20:27 +0200 Subject: [PATCH] chore: Update dbt-core requirement from ~=1.4.5 to ~=1.4.6 (#252) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremy Guiselin --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e5c874f..8d8c2b16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ boto3~=1.26 -dbt-core~=1.4.5 +dbt-core~=1.4.6 pyathena~=2.24 tenacity~=8.2 diff --git a/setup.py b/setup.py index 879fbaa5..d5eca57a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def _get_package_version(): install_requires=[ # In order to control dbt-core version and package version "boto3~=1.26", - "dbt-core~=1.4.5", + "dbt-core~=1.4.6", "pyathena~=2.24", "tenacity~=8.2", ],