Skip to content

Commit

Permalink
Merge pull request #524 from cdce8p/deps_async-timeout
Browse files Browse the repository at this point in the history
Allow async-timeout v4
  • Loading branch information
tdryer authored Dec 14, 2021
2 parents 3e2c005 + fe690d4 commit d5fd08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires = [
'ConfigArgParse>=0.11.0,<2',
'aiohttp>=3.7,<4',
'async-timeout>=2,<4',
'async-timeout>=2,<5',
'appdirs>=1.4,<1.5',
'readlike>=0.1.2,<0.2',
'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
Expand Down

0 comments on commit d5fd08c

Please sign in to comment.