From 1b3b2c9a903475492d41dbdb07f71847db0b6afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:54:12 +0000 Subject: [PATCH] Bump aiohttp from 3.13.5 to 3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 bb6acb5..345a0cf 100644 --- a/auth-proxy/requirements.txt +++ b/auth-proxy/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.13.5 +aiohttp==3.14.1 aiohttp-cors==0.8.1 cryptography diff --git a/requirements-test.txt b/requirements-test.txt index 930491b..2b105e6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest>=9.0.3 pytest-aiohttp>=1.1.0 pytest-asyncio>=1.4.0 -aiohttp>=3.13.0 +aiohttp>=3.14.1 aiohttp-cors>=0.8.0 cryptography