From 71aa7d00b9da63b411f1595582f2efdcd0c9adab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:20:06 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /raster_api/runtime Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 to 0.0.26. - [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.7...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- raster_api/runtime/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster_api/runtime/setup.py b/raster_api/runtime/setup.py index 24c8d8a0..45564367 100644 --- a/raster_api/runtime/setup.py +++ b/raster_api/runtime/setup.py @@ -18,7 +18,7 @@ # based on AWS observability requirements "aws_xray_sdk>=2.6.0,<3", "aws-lambda-powertools>=1.18.0", - "python-multipart==0.0.7", + "python-multipart==0.0.26", ] extra_reqs = {