From bf1b0b4bc253ffab5acb40b1bdf15ad0ddc8f6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:50:54 +0000 Subject: [PATCH] Update aiohttp requirement from <4.0,>=3.10 to >=3.13.5,<4.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 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 e775e37..627263e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [{ name = "Mike Farr", email = "mike@tokenize.ca" }] license = { text = "GPL-3.0-only" } requires-python = "<4.0,>=3.11" dependencies = [ - "aiohttp<4.0,>=3.10", + "aiohttp>=3.13.5,<4.0", "twilio<10.0,>=9.3", "sendgrid<7.0,>=6.0", "marshmallow>=3.23,<5.0",