From 7577a217ffaa4d580cfae75bc3741d645697fc1f Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Mon, 9 Dec 2024 11:08:27 +0100 Subject: [PATCH] Bump yarl too --- .../test-requirements.txt | 2 +- .../test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt index faf96590c4..553e17c309 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt @@ -26,7 +26,7 @@ typing_extensions==4.12.2 urllib3==2.2.2 Werkzeug==3.0.3 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.18.3 zipp==3.19.2 -e opentelemetry-instrumentation -e util/opentelemetry-util-http diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt index 2085f2c64c..b4408fac7d 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt @@ -16,7 +16,7 @@ pytest-asyncio==0.23.5 tomli==2.0.1 typing_extensions==4.12.2 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.18.3 zipp==3.19.2 -e opentelemetry-instrumentation -e util/opentelemetry-util-http