From ba61f273cb8dc190285c8d3801f87ef969b1f0ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 12:40:12 +0000 Subject: [PATCH] fix(deps): update dependency aiohttp to v3.10.11 [security] --- docs-requirements.txt | 2 +- .../opentelemetry-instrumentation-aiohttp-client/pyproject.toml | 2 +- .../test-requirements.txt | 2 +- .../opentelemetry-instrumentation-aiohttp-server/pyproject.toml | 2 +- .../test-requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index e190f302a4..5cc0a8fb1c 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -11,7 +11,7 @@ django>=2.2 # Required by instrumentation and exporter packages aio_pika~=7.2.0 -aiohttp~=3.0 +aiohttp~=3.10 aiokafka~=0.11.0 aiopg>=0.13.0,<1.3.0 asyncpg>=0.12.0 diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml b/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml index dc9fde7393..10ea060281 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] instruments = [ - "aiohttp ~= 3.0", + "aiohttp ~=3.10", ] [project.entry-points.opentelemetry_instrumentor] diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt index 55ddf646dc..95c3387eab 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.10.2 +aiohttp==3.10.11 aiosignal==1.3.1 asgiref==3.8.1 async-timeout==4.0.3 diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml b/instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml index 6b46360419..415948738e 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] instruments = [ - "aiohttp ~= 3.0", + "aiohttp ~=3.10", ] [project.entry-points.opentelemetry_instrumentor] diff --git a/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt b/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt index d492daf3c6..2085f2c64c 100644 --- a/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.10.2 +aiohttp==3.10.11 aiosignal==1.3.1 asgiref==3.8.1 async-timeout==4.0.3