Skip to content

Commit

Permalink
chore: Update dbt-core requirement from ~=1.4.1 to ~=1.4.4 (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Guiselin <[email protected]>
  • Loading branch information
dependabot[bot] and Jrmyy authored Mar 6, 2023
1 parent 92c33c6 commit a96179d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3~=1.26
dbt-core~=1.4.1
dbt-core~=1.4.4
pyathena~=2.23
tenacity~=8.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"dbt-core~=1.4.4",
"pyathena~=2.23",
"tenacity~=8.2",
],
Expand Down

0 comments on commit a96179d

Please sign in to comment.