Skip to content

Commit edd44a2

Browse files
authored
Relax async-timeout version to >=4.0, <6.0 (#9695) (#9697)
1 parent f3a5ea2 commit edd44a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/runtime-deps.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
44
aiohappyeyeballs >= 2.3.0
55
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"
77
attrs >= 17.3.0
88
Brotli; platform_python_implementation == 'CPython'
99
brotlicffi; platform_python_implementation != 'CPython'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ include_package_data = True
5353
install_requires =
5454
aiohappyeyeballs >= 2.3.0
5555
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"
5757
attrs >= 17.3.0
5858
frozenlist >= 1.1.1
5959
multidict >=4.5, < 7.0

0 commit comments

Comments
 (0)