From 0dd452b11599d6f56261f47cb7c8974e73d68bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:10:26 +0000 Subject: [PATCH] Update aiohttp requirement from <3.13 to <3.15 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da9859d..ba2c6c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "aioresponses", # aioresponses 0.7.x cannot mock aiohttp >= 3.13 (ClientResponse signature # change); the runtime 'ocr' extra stays unpinned. - "aiohttp<3.13", + "aiohttp<3.15", ] # NO 'pst' extra, NO 'all' extra — the PST binding (libpff-python + native libpff) # is a system/native dependency. `pip install pypff` installs an UNRELATED package.