From 781b90635146211268840956c645c843b9a54633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:16:02 +0000 Subject: [PATCH] chore(py-deps): bump python-multipart Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.29. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... 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..ed27cdf1 100644 --- a/services/python/payment-gateway-service/requirements.txt +++ b/services/python/payment-gateway-service/requirements.txt @@ -1,7 +1,7 @@ # FastAPI and web framework dependencies fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.29 pydantic==2.5.0 pydantic-settings==2.1.0