From 9557693529841cfc2dfcd6a09b3deed60ed0e82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:55:24 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /backend directory: [python-jose](https://github.com/mpdavis/python-jose), [python-dotenv](https://github.com/theskumar/python-dotenv), [pytest](https://github.com/pytest-dev/pytest) and [torch](https://github.com/pytorch/pytorch). Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) Updates `pytest` from 8.3.2 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.2...9.0.3) Updates `torch` from 2.4.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.4.0...v2.12.1) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4ae87a1..b7a6356 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,12 +2,12 @@ fastapi==0.115.0 uvicorn[standard]==0.30.6 pydantic==2.8.2 email-validator==2.2.0 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 pymongo==4.10.1 -python-dotenv==1.0.1 +python-dotenv==1.2.2 numpy>=2.3.0,<3 scikit-learn==1.5.2 -pytest==8.3.2 +pytest==9.0.3 httpx==0.27.2 -torch==2.4.0; python_version < "3.13" +torch==2.12.1; python_version < "3.13"