From 9dc9db4c58050faf3da3db4ae6ded54d82923823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:01:19 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart) and [black](https://github.com/psf/black). Updates `python-multipart` from 0.0.6 to 0.0.18 - [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.6...0.0.18) Updates `black` from 23.12.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.0...24.3.0) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1a5c9ff..fe96220 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies fastapi==0.115.0 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.18 python-dotenv==1.0.0 pydantic==2.9.0 pydantic-settings==2.6.0 @@ -13,7 +13,7 @@ openai==1.50.0 tree-sitter==0.20.4 # Code formatting and analysis -black==23.12.0 +black==24.3.0 autopep8==2.0.4 # Async and utilities