File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
4
4
aiohappyeyeballs >= 2.3.0
5
5
aiosignal >= 1.1.2
6
- async-timeout >= 4.0, < 5 .0 ; python_version < "3.11"
6
+ async-timeout >= 4.0, < 6 .0 ; python_version < "3.11"
7
7
attrs >= 17.3.0
8
8
Brotli; platform_python_implementation == 'CPython'
9
9
brotlicffi; platform_python_implementation != 'CPython'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ include_package_data = True
53
53
install_requires =
54
54
aiohappyeyeballs >= 2.3.0
55
55
aiosignal >= 1.1.2
56
- async-timeout >= 4.0, < 5 .0 ; python_version < "3.11"
56
+ async-timeout >= 4.0, < 6 .0 ; python_version < "3.11"
57
57
attrs >= 17.3.0
58
58
frozenlist >= 1.1.1
59
59
multidict >=4.5, < 7.0
You can’t perform that action at this time.
0 commit comments