From 4d4ccb1924059b1968c78a8877d0b2476f829691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:34:19 +0000 Subject: [PATCH] Bump aiohttp from 3.11.11 to 3.13.3 in /pdf_ocr --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdf_ocr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf_ocr/requirements.txt b/pdf_ocr/requirements.txt index 5f2cc08..95610f5 100644 --- a/pdf_ocr/requirements.txt +++ b/pdf_ocr/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.11.11 +aiohttp==3.13.3 # via restack-ai aiosignal==1.3.2 # via aiohttp