Skip to content

Commit

Permalink
bump aiohttp to 3.10.2 (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Aug 13, 2024
1 parent f1f017f commit 9c327ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ async def request_handler(request):
[
(
"GET",
(StatusCode.ERROR, "ServerTimeoutError"),
(StatusCode.ERROR, "SocketTimeoutError"),
{
SpanAttributes.HTTP_METHOD: "GET",
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test_timeout",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9c327ea

Please sign in to comment.