From aca4c46771d48db2bb0a6729a33a09d41d48cab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:48:26 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /backend directory: [pillow](https://github.com/python-pillow/Pillow), [python-multipart](https://github.com/Kludex/python-multipart) and [pytest](https://github.com/pytest-dev/pytest). Updates `pillow` from 11.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...12.2.0) Updates `python-multipart` from 0.0.20 to 0.0.27 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.27) Updates `pytest` from 8.3.4 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.4...9.0.3) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index b176b70..c2e3b31 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt -pytest==8.3.4 +pytest==9.0.3 httpx==0.28.1 ruff==0.8.4 diff --git a/backend/requirements.txt b/backend/requirements.txt index 2f8e1d2..7451f27 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,10 +2,10 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 sqlalchemy==2.0.36 psycopg[binary]==3.2.3 -pillow==11.0.0 +pillow==12.2.0 pillow-heif==0.21.0 pydantic-settings==2.7.0 -python-multipart==0.0.20 +python-multipart==0.0.27 slowapi==0.1.9 alembic==1.14.0 onnxruntime==1.20.1