From 0d8e5a065f7ea96f0c71b798f821b947c11f244b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 03:13:23 +0000 Subject: [PATCH] Update aiohttp requirement from >=3.8.0 to >=3.13.5 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7790c38..2a45599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "rich>=13.0.0", "pyyaml>=6.0", "requests>=2.32.5", - "aiohttp>=3.8.0", + "aiohttp>=3.13.5", "asyncio-throttle>=1.0.0", "markdown>=3.9", "asyncio-throttle>=1.0.2", diff --git a/requirements.txt b/requirements.txt index 52cabe9..291cf26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ typer>=0.9.0 rich>=13.0.0 pyyaml>=6.0 requests>=2.32.5 -aiohttp>=3.8.0 +aiohttp>=3.13.5 asyncio-throttle>=1.0.0 markdown>=3.9 asyncio-throttle>=1.0.2