Skip to content

Commit

Permalink
Merge pull request #362 from hkad98/trivial
Browse files Browse the repository at this point in the history
TRIVIAL: bump version of dependency

Reviewed-by: Jan Soubusta
             https://github.com/jaceksan
  • Loading branch information
gdgate authored Sep 27, 2023
2 parents 50a75cf + 95e0d13 commit 304deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooddata-dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open("gooddata_dbt/_version.py") as fp:
exec(fp.read(), version)

REQUIRES = ["gooddata-sdk~=1.4.0", "pyyaml>=5.1", "attrs==21.4.0", "cattrs==22.1.0", "requests~=2.31.0"]
REQUIRES = ["gooddata-sdk~=1.7.0", "pyyaml>=5.1", "attrs==21.4.0", "cattrs==22.1.0", "requests~=2.31.0"]

setup(
name="gooddata-dbt",
Expand Down

0 comments on commit 304deb1

Please sign in to comment.