From c0f36fa7b8a6007a906b081a1021a5a621ccd08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:45:24 +0000 Subject: [PATCH] Bump aiohttp from 3.11.11 to 3.12.14 in /encryption --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- encryption/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encryption/requirements.txt b/encryption/requirements.txt index d60cb70..a0ec190 100644 --- a/encryption/requirements.txt +++ b/encryption/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.12.14 # via # encryption (pyproject.toml) # restack-ai