From 6ddbfbfd502d1a2e63df2c212b091312992d49b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:22:55 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-dependencies group across 1 directory with 26 updates Bumps the production-dependencies group with 26 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.133.0` | `0.139.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.32.0` | `0.50.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.0` | `2.13.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.0` | `2.14.2` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.51` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.30.0` | `0.31.0` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.14.0` | `1.18.5` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.31` | `0.0.32` | | [celery](https://github.com/celery/celery) | `5.4.0` | `5.6.3` | | [aiodocker](https://github.com/aio-libs/aiodocker) | `0.24.0` | `0.27.0` | | [python-socketio](https://github.com/miguelgrinberg/python-socketio) | `5.16.2` | `5.16.3` | | [slowapi](https://github.com/laurents/slowapi) | `0.1.9` | `0.1.10` | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.3` | | [python-crontab](https://gitlab.com/doctormo/python-crontab) | `3.0.0` | `3.3.0` | | [croniter](https://github.com/pallets-eco/croniter) | `6.2.2` | `6.2.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.0` | `2.64.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.21.0` | `0.25.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.32.1` | `1.43.0` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.32.1` | `1.43.0` | | [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.32.1` | `1.43.0` | | [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.53b1` | `0.64b0` | | [opentelemetry-instrumentation-celery](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.53b1` | `0.64b0` | | [opentelemetry-instrumentation-sqlalchemy](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.53b1` | `0.64b0` | | [opentelemetry-instrumentation-redis](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.53b1` | `0.64b0` | | [opentelemetry-instrumentation-asyncpg](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.53b1` | `0.64b0` | | [locust](https://github.com/locustio/locust) | `2.32.0` | `2.44.4` | Updates `fastapi` from 0.133.0 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.133.0...0.139.0) Updates `uvicorn` from 0.32.0 to 0.50.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.32.0...0.50.0) Updates `pydantic` from 2.9.0 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.13.4) Updates `pydantic-settings` from 2.6.0 to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.14.2) Updates `sqlalchemy` from 2.0.36 to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `asyncpg` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.0) Updates `alembic` from 1.14.0 to 1.18.5 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `python-multipart` from 0.0.31 to 0.0.32 - [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.31...0.0.32) Updates `celery` from 5.4.0 to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.4.0...v5.6.3) Updates `aiodocker` from 0.24.0 to 0.27.0 - [Release notes](https://github.com/aio-libs/aiodocker/releases) - [Changelog](https://github.com/aio-libs/aiodocker/blob/main/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiodocker/compare/v0.24.0...v0.27.0) Updates `python-socketio` from 5.16.2 to 5.16.3 - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.16.2...v5.16.3) Updates `slowapi` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) Updates `apscheduler` from 3.10.4 to 3.11.3 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.4...3.11.3) Updates `python-crontab` from 3.0.0 to 3.3.0 - [Commits](https://gitlab.com/doctormo/python-crontab/compare/v3.0.0...v3.3.0) Updates `croniter` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/pallets-eco/croniter/releases) - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pallets-eco/croniter/compare/6.2.2...6.2.3) Updates `sentry-sdk` from 2.19.0 to 2.64.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.19.0...2.64.0) Updates `prometheus-client` from 0.21.0 to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.0...v0.25.0) Updates `opentelemetry-api` from 1.32.1 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.32.1...v1.43.0) Updates `opentelemetry-sdk` from 1.32.1 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.32.1...v1.43.0) Updates `opentelemetry-exporter-otlp` from 1.32.1 to 1.43.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.32.1...v1.43.0) Updates `opentelemetry-instrumentation-fastapi` from 0.53b1 to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-celery` from 0.53b1 to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-sqlalchemy` from 0.53b1 to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-redis` from 0.53b1 to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-instrumentation-asyncpg` from 0.53b1 to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `locust` from 2.32.0 to 2.44.4 - [Release notes](https://github.com/locustio/locust/releases) - [Changelog](https://github.com/locustio/locust/blob/master/CHANGELOG.md) - [Commits](https://github.com/locustio/locust/compare/2.32.0...2.44.4) --- updated-dependencies: - dependency-name: aiodocker dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: alembic dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: apscheduler dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: croniter dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: locust dependency-version: 2.44.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: opentelemetry-api dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-asyncpg dependency-version: 0.64b0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-celery dependency-version: 0.64b0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-fastapi dependency-version: 0.64b0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-redis dependency-version: 0.64b0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-instrumentation-sqlalchemy dependency-version: 0.64b0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opentelemetry-sdk dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: python-crontab dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: python-socketio dependency-version: 5.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sentry-sdk dependency-version: 2.64.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- backend/requirements-loadtest.txt | 2 +- backend/requirements.txt | 50 +++++++++++++++---------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/backend/requirements-loadtest.txt b/backend/requirements-loadtest.txt index fbc7283d..2901a62d 100644 --- a/backend/requirements-loadtest.txt +++ b/backend/requirements-loadtest.txt @@ -1,4 +1,4 @@ # Load Testing Dependencies # Install with: pip install -r requirements-loadtest.txt -locust==2.32.0 +locust==2.44.4 diff --git a/backend/requirements.txt b/backend/requirements.txt index c96119ef..1cb7f056 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,37 +1,37 @@ -fastapi==0.133.0 -uvicorn[standard]==0.32.0 -pydantic==2.9.0 -pydantic-settings==2.6.0 -sqlalchemy[asyncio]==2.0.36 -asyncpg==0.30.0 -alembic==1.14.0 +fastapi==0.139.0 +uvicorn[standard]==0.50.0 +pydantic==2.13.4 +pydantic-settings==2.14.2 +sqlalchemy[asyncio]==2.0.51 +asyncpg==0.31.0 +alembic==1.18.5 PyJWT[crypto]==2.13.0 bcrypt==4.0.1 passlib[bcrypt]==1.7.4 -python-multipart==0.0.31 +python-multipart==0.0.32 redis==5.2.0 msgpack==1.2.1 -celery==5.4.0 -aiodocker==0.24.0 -python-socketio==5.16.2 +celery==5.6.3 +aiodocker==0.27.0 +python-socketio==5.16.3 psutil==5.9.8 python-dotenv==1.2.2 -slowapi==0.1.9 -APScheduler==3.10.4 -python-crontab==3.0.0 -croniter==6.2.2 +slowapi==0.1.10 +APScheduler==3.11.3 +python-crontab==3.3.0 +croniter==6.2.3 python-dateutil==2.9.0 aiosmtplib==3.0.2 -sentry-sdk[fastapi]==2.19.0 -prometheus-client==0.21.0 +sentry-sdk[fastapi]==2.64.0 +prometheus-client==0.25.0 # OpenTelemetry distributed tracing setuptools>=80.0.0 # pinned for opentelemetry pkg_resources compatibility; vendors patched wheel/jaraco.context -opentelemetry-api==1.32.1 -opentelemetry-sdk==1.32.1 -opentelemetry-exporter-otlp==1.32.1 -opentelemetry-instrumentation-fastapi==0.53b1 -opentelemetry-instrumentation-celery==0.53b1 -opentelemetry-instrumentation-sqlalchemy==0.53b1 -opentelemetry-instrumentation-redis==0.53b1 -opentelemetry-instrumentation-asyncpg==0.53b1 +opentelemetry-api==1.43.0 +opentelemetry-sdk==1.43.0 +opentelemetry-exporter-otlp==1.43.0 +opentelemetry-instrumentation-fastapi==0.64b0 +opentelemetry-instrumentation-celery==0.64b0 +opentelemetry-instrumentation-sqlalchemy==0.64b0 +opentelemetry-instrumentation-redis==0.64b0 +opentelemetry-instrumentation-asyncpg==0.64b0