Skip to content

Commit

Permalink
chore: Update tenacity requirement from ~=8.1 to ~=8.2 (Tomme#147)
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 15, 2023
1 parent 00e217d commit 5598286
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.22
tenacity~=8.1
tenacity~=8.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def _get_package_version():
"boto3~=1.26",
"dbt-core~=1.4.1",
"pyathena~=2.22",
"tenacity~=8.1",
"tenacity~=8.2",
],
)

0 comments on commit 5598286

Please sign in to comment.