Skip to content

Commit ea17ca3

Browse files
committed
upgraded aiohttp
1 parent df265a2 commit ea17ca3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Rx==3.2.0
2-
aiohttp==3.8.6; python_version < '3.11.5'
2+
aiohttp==3.9.1
33
aioquic==0.9.23
44
asyncclick==8.1.3.4
55
asyncstdlib==3.10.9

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ def setup_logging(level=logging.DEBUG, use_file: bool = False):
4141

4242
tested_transports = [
4343
'tcp',
44-
'quart'
44+
'quart',
45+
'aiohttp'
4546
]
4647

4748
if sys.version_info[:3] < (3, 11, 5):
4849
tested_transports += [
49-
'aiohttp',
5050
'quic',
5151
'http3',
5252
# 'websockets'

0 commit comments

Comments
 (0)