diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index e0924872..0899c8a3 100644 --- a/example/example1/requirements.txt +++ b/example/example1/requirements.txt @@ -1,4 +1,4 @@ -aiohttp >= 3.12.15, < 4 +aiohttp >= 3.13.4, < 4 aiosignal >= 1.4.0 attrs >= 25.3.0 frozenlist >= 1.7.0 diff --git a/example/opentelemetry/requirements.txt b/example/opentelemetry/requirements.txt index 5a87b5fe..3ff15070 100644 --- a/example/opentelemetry/requirements.txt +++ b/example/opentelemetry/requirements.txt @@ -1,3 +1,3 @@ -python-dotenv >= 1, <2 +python-dotenv >= 1.2.2, <2 opentelemetry-sdk >= 1, <2 opentelemetry-exporter-otlp-proto-grpc >= 1.25, <2 diff --git a/pyproject.toml b/pyproject.toml index 1cec2e9f..4fb0f40c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=[ requires-python=">=3.10" license="Apache-2.0" dependencies = [ - "aiohttp>=3.9.3", + "aiohttp>=3.13.4", "python-dateutil>=2.9.0", "opentelemetry-api>=1.25.0", "urllib3>=1.26.19,<3"