From c6010fe01e6955a4692c9c69f501b3b464fd3b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:32:34 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.22 in /services/frontend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 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.18...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/requirements.txt b/services/frontend/requirements.txt index af1b591..bbc8a5f 100644 --- a/services/frontend/requirements.txt +++ b/services/frontend/requirements.txt @@ -23,7 +23,7 @@ pydantic==2.9.2 pydantic_core==2.23.4 Pygments==2.18.0 python-dotenv==1.0.1 -python-multipart==0.0.18 +python-multipart==0.0.22 PyYAML==6.0.2 requests==2.32.3 rich==13.9.2