From cc57d5c0a3f289aecc6085ef82543ad0ae5baac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:15:52 +0000 Subject: [PATCH] chore(py-deps): bump black in /services/python/payment-gateway-service Bumps [black](https://github.com/psf/black) from 23.11.0 to 26.5.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 9950d6e2..a9b8d6fe 100644 --- a/services/python/payment-gateway-service/requirements.txt +++ b/services/python/payment-gateway-service/requirements.txt @@ -38,6 +38,6 @@ pytest-cov==4.1.0 httpx==0.25.1 # Development -black==23.11.0 +black==26.5.1 flake8==6.1.0 mypy==1.7.1