Skip to content

Commit

Permalink
chore: Update pyathena requirement from ~=2.20 to ~=2.21 (Tomme#140)
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 Feb 6, 2023
1 parent f5d8cc8 commit f623ac1
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
pyathena~=2.20
pyathena~=2.21
tenacity~=8.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_package_version():
# In order to control dbt-core version and package version
"boto3~=1.26",
"dbt-core~=1.4.1",
"pyathena~=2.20",
"pyathena~=2.21",
"tenacity~=8.1",
],
)

0 comments on commit f623ac1

Please sign in to comment.