From 0e6f5d00753536952a540c1dad449d4a109a340e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:02:58 +0000 Subject: [PATCH] Fix CVE-2026-24486: upgrade python-multipart from 0.0.20 to 0.0.22 Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fda9fbb..09a74a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pydantic==2.12.5 pydantic-settings==2.11.0 pytest>=7.4.4 pytest-asyncio>=0.25.2 -python-multipart==0.0.20 +python-multipart==0.0.22 jinja2==3.1.6 slowapi==0.1.9 \ No newline at end of file