Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
bump backoff to 1.8.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored May 29, 2020
1 parent 9ce146a commit 88a6eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pipelinewise-singer-python==1.*",
"google-api-python-client==1.7.9",
"oauth2client==4.1.3",
"backoff==1.3.2"
"backoff==1.8.0"
],
entry_points="""
[console_scripts]
Expand All @@ -33,4 +33,4 @@
],
},
include_package_data=True,
)
)

0 comments on commit 88a6eb7

Please sign in to comment.