From bc0b3c681640fad1e97ad8cc3b43d5d73d89859a Mon Sep 17 00:00:00 2001 From: Jakub Hertyk Date: Tue, 21 Apr 2026 18:02:53 -0400 Subject: [PATCH] chore(deps): bump minimum versions for aiohttp, python-dotenv, and Pygments --- example/example1/requirements.txt | 4 ++-- example/opentelemetry/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/example1/requirements.txt b/example/example1/requirements.txt index c52cb56e..f6c4d1f1 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 @@ -8,4 +8,4 @@ openfga-sdk >= 0.10.2 # x-release-please-version python-dateutil >= 2.9.0.post0 urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3 yarl >= 1.20.1 -python-dotenv >= 1, <2 +python-dotenv >= 1.2.2, <2 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"