From 428d3f48bebae9df5e6d48d7600e73bf1412a94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:08:20 +0000 Subject: [PATCH] chore(py-deps): bump pytest in /services/python/payment-gateway-service Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 9.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.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 8fd92baa..265e005a 100644 --- a/services/python/payment-gateway-service/requirements.txt +++ b/services/python/payment-gateway-service/requirements.txt @@ -32,7 +32,7 @@ pytz==2023.3 python-json-logger==2.0.7 # Testing -pytest==7.4.3 +pytest==9.1.1 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.25.1