From 26815293f29e6cd48af4c40de848d8991d9fdfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:15:06 +0000 Subject: [PATCH] build(deps): Bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the / directory: [python-multipart](https://github.com/Kludex/python-multipart) and [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 2 updates in the /github-app directory: [python-multipart](https://github.com/Kludex/python-multipart) and [cryptography](https://github.com/pyca/cryptography). 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) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) 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) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- github-app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-app/requirements.txt b/github-app/requirements.txt index c1eeaf1ae..438ee28dd 100644 --- a/github-app/requirements.txt +++ b/github-app/requirements.txt @@ -3,12 +3,12 @@ # 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 PyJWT==2.8.0 -cryptography==44.0.1 +cryptography==46.0.5 # HTTP Client httpx==0.26.0