From 54779686cbf7728f38bdfba8ce654ad2c4bde939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 03:56:02 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [python-jose](https://github.com/mpdavis/python-jose) | `3.3.0` | `3.4.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.31` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.38.0` | `1.45.1` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `9.0.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | 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-multipart` from 0.0.6 to 0.0.31 - [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.6...0.0.31) Updates `sentry-sdk` from 1.38.0 to 1.45.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.38.0...1.45.1) Updates `pytest` from 7.4.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/7.4.4...9.0.3) Updates `python-dotenv` from 1.0.0 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.0...v1.2.2) Updates `requests` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.0) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 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: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 12 ++++++------ backend/requirements.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7635429..8246a43 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -15,15 +15,15 @@ dependencies = [ "Pillow", "celery==5.3.4", "redis==5.0.1", - "python-jose==3.3.0", + "python-jose==3.4.0", "passlib==1.7.4", - "python-multipart==0.0.6", + "python-multipart==0.0.31", "email-validator==2.1.1", - "sentry-sdk==1.38.0", - "pytest==7.4.4", + "sentry-sdk==1.45.1", + "pytest==9.0.3", "httpx==0.25.2", - "python-dotenv==1.0.0", - "requests==2.31.0", + "python-dotenv==1.2.2", + "requests==2.33.0", ] [project.scripts] diff --git a/backend/requirements.txt b/backend/requirements.txt index ee9938b..7c55dce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,9 +19,9 @@ celery==5.3.4 redis==5.0.1 # Authentication -python-jose==3.3.0 +python-jose==3.4.0 passlib==1.7.4 -python-multipart==0.0.6 +python-multipart==0.0.31 # Background Tasks # asyncio is built-in @@ -30,14 +30,14 @@ python-multipart==0.0.6 email-validator==2.1.1 # Deployment & Monitoring -sentry-sdk==1.38.0 +sentry-sdk==1.45.1 # Testing -pytest==7.4.4 +pytest==9.0.3 httpx==0.25.2 ruff # asynctest deprecated # Utilities -python-dotenv==1.0.0 -requests==2.31.0 +python-dotenv==1.2.2 +requests==2.33.0