From 94206a23d7cfae132bc22bb605f4de980e7f4bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:46:16 +0000 Subject: [PATCH] Build(deps): update aiohttp requirement from >=3.9 to >=3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe0549e..02887bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "click>=8.1", - "aiohttp>=3.9", + "aiohttp>=3.14.1", "rich>=13.0", ]