Skip to content

Commit 6fd9db8

Browse files
fix(deps): update dependency aiohttp to v3.10.11 [security]
1 parent 214af0e commit 6fd9db8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ django>=2.2
1111

1212
# Required by instrumentation and exporter packages
1313
aio_pika~=7.2.0
14-
aiohttp~=3.0
14+
aiohttp~=3.10
1515
aiokafka~=0.11.0
1616
aiopg>=0.13.0,<1.3.0
1717
asyncpg>=0.12.0

instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
instruments = [
38-
"aiohttp ~= 3.0",
38+
"aiohttp ~=3.10",
3939
]
4040

4141
[project.entry-points.opentelemetry_instrumentor]

instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.10.2
1+
aiohttp==3.10.11
22
aiosignal==1.3.1
33
asgiref==3.8.1
44
async-timeout==4.0.3

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
instruments = [
38-
"aiohttp ~= 3.0",
38+
"aiohttp ~=3.10",
3939
]
4040

4141
[project.entry-points.opentelemetry_instrumentor]

instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.10.2
1+
aiohttp==3.10.11
22
aiosignal==1.3.1
33
asgiref==3.8.1
44
async-timeout==4.0.3

0 commit comments

Comments
 (0)