From 218b237880f8eb693a4901af453258b684f35d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:51:39 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart). Bumps the pip group with 2 updates in the /pipeline/backend directory: [python-multipart](https://github.com/Kludex/python-multipart) and [pytest](https://github.com/pytest-dev/pytest). Updates `python-multipart` from 0.0.22 to 0.0.26 - [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.22...0.0.26) Updates `python-multipart` from 0.0.22 to 0.0.26 - [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.22...0.0.26) Updates `pytest` from 8.3.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.3) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pipeline/backend/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d96074d..2f46172 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ python-socketio==5.16.1 scikit-learn==1.8.0 pandas==2.2.0 pyyaml==6.0.1 -python-multipart==0.0.22 +python-multipart==0.0.26 python-dotenv==1.0.0 pydantic-settings==2.1.0 prometheus-client==0.22.1 diff --git a/pipeline/backend/requirements.txt b/pipeline/backend/requirements.txt index 02c0fa9..c0e5a74 100644 --- a/pipeline/backend/requirements.txt +++ b/pipeline/backend/requirements.txt @@ -1,7 +1,7 @@ # FastAPI Framework fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.22 +python-multipart==0.0.26 # Database sqlalchemy==2.0.23 @@ -32,5 +32,5 @@ tenacity==8.2.3 anyio==4.1.0 # Test dependencies -pytest==8.3.3 +pytest==9.0.3 pytest-asyncio==0.24.0