bump aiohttp to 3.10.2 (#2796)
This commit is contained in:
parent
f1f017fd15
commit
9c327eae00
|
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.9.4
|
||||
aiohttp==3.10.2
|
||||
aiosignal==1.3.1
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ class TestAioHttpIntegration(TestBase):
|
|||
[
|
||||
(
|
||||
"GET",
|
||||
(StatusCode.ERROR, "ServerTimeoutError"),
|
||||
(StatusCode.ERROR, "SocketTimeoutError"),
|
||||
{
|
||||
SpanAttributes.HTTP_METHOD: "GET",
|
||||
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test_timeout",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
aiohttp==3.9.4
|
||||
aiohttp==3.10.2
|
||||
aiosignal==1.3.1
|
||||
asgiref==3.7.2
|
||||
async-timeout==4.0.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue