From b7314b0c3216286e13ea273c57a602df1644aa67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:36:21 +0000 Subject: [PATCH] Bump python-multipart in /github-app in the pip group across 1 directory Bumps the pip group with 1 update in the /github-app directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- github-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-app/requirements.txt b/github-app/requirements.txt index c1eeaf1ae..a7243a49f 100644 --- a/github-app/requirements.txt +++ b/github-app/requirements.txt @@ -3,7 +3,7 @@ # Web Framework fastapi==0.109.0 uvicorn[standard]==0.27.0 -python-multipart==0.0.18 +python-multipart==0.0.22 # GitHub Integration PyGithub==2.1.1