From ddf4ebdcb1e3c13af7d83aed1d10d2dc6294b5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:18:32 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.22 in /services/api-gateway Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.22. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api-gateway/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api-gateway/requirements.txt b/services/api-gateway/requirements.txt index ee1be504d..9d0b6fa6c 100644 --- a/services/api-gateway/requirements.txt +++ b/services/api-gateway/requirements.txt @@ -5,7 +5,7 @@ pydantic==1.10.7 python-dotenv==1.0.0 # Documentation pyyaml==6.0 -python-multipart==0.0.6 +python-multipart==0.0.22 # Added for Pydantic email validation email-validator==2.0.0 redis==5.0.6 \ No newline at end of file