Skip to content

Commit

Permalink
Bump async-timeout to >=4.0 (#6193)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Nov 1, 2021
1 parent fd0b366 commit c408ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/6193.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump async-timeout to >=4.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include_package_data = True
install_requires =
charset-normalizer >=2.0, < 3.0
multidict >=4.5, < 7.0
async_timeout >= 4.0a2, < 5.0
async_timeout >= 4.0, < 5.0
asynctest == 0.13.0; python_version<"3.8"
yarl >= 1.0, < 2.0
typing_extensions >= 3.7.4
Expand Down

0 comments on commit c408ca1

Please sign in to comment.