From a752a0e694269db7f06ce8a390797e023e92af2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:08:14 +0000 Subject: [PATCH] chore(py-deps): bump aiohttp in /services/python/payment-gateway-service --- 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] --- services/python/payment-gateway-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python/payment-gateway-service/requirements.txt b/services/python/payment-gateway-service/requirements.txt index 8fd92baa..528a97e0 100644 --- a/services/python/payment-gateway-service/requirements.txt +++ b/services/python/payment-gateway-service/requirements.txt @@ -12,7 +12,7 @@ psycopg2-binary==2.9.9 # HTTP client httpx==0.25.1 -aiohttp==3.9.1 +aiohttp==3.14.1 # Authentication and security python-jose[cryptography]==3.3.0