Skip to content

Commit 2c45b37

Browse files
author
Paul Santa Clara
authored
Merge pull request #103 from singer-io/feature/bump-backoff-version
bump version of backoff so that it can work with aiohttp
2 parents b4b4cc2 + 23397ae commit 2c45b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'jsonschema==2.6.0',
1515
'simplejson==3.11.1',
1616
'python-dateutil>=2.6.0',
17-
'backoff==1.3.2',
17+
'backoff==1.8.0',
1818
],
1919
extras_require={
2020
'dev': [

0 commit comments

Comments
 (0)