Skip to content

Commit

Permalink
chore: Update pyathena requirement from ~=2.24 to ~=2.25 (#250)
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 Apr 28, 2023
1 parent a5a7db2 commit 84a92e5
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.6
pyathena~=2.24
pyathena~=2.25
tenacity~=8.2
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.6",
"pyathena~=2.24",
"pyathena~=2.25",
"tenacity~=8.2",
],
)

0 comments on commit 84a92e5

Please sign in to comment.