From 91285da54a84043c113594f6cfcb6630679acb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:53:48 +0000 Subject: [PATCH] Bump aiohttp from 3.14.1 to 3.14.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth-proxy/requirements.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth-proxy/requirements.txt b/auth-proxy/requirements.txt index 345a0cf..a4e10c4 100644 --- a/auth-proxy/requirements.txt +++ b/auth-proxy/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.14.1 +aiohttp==3.14.3 aiohttp-cors==0.8.1 cryptography diff --git a/requirements-test.txt b/requirements-test.txt index b818b8f..34804cc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest>=9.1.1 pytest-aiohttp>=1.1.1 pytest-asyncio>=1.4.0 -aiohttp>=3.14.1 +aiohttp>=3.14.3 aiohttp-cors>=0.8.0 cryptography