From fb39554363ad2d157aac951dbeb736fd30185e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:16:27 +0000 Subject: [PATCH] chore(deps): bump the backend group across 1 directory with 5 updates Bumps the backend group with 5 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.139.2` | `0.141.1` | | [redis](https://github.com/redis/redis-py) | `8.0.1` | `8.1.0` | | [strawberry-graphql](https://github.com/sponsors/strawberry-graphql) | `0.322.0` | `0.323.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.51.0` | `0.52.1` | Updates `alembic` from 1.18.5 to 1.19.0 - [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 `fastapi` from 0.139.2 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.2...0.141.1) Updates `redis` from 8.0.1 to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v8.0.1...v8.1.0) Updates `strawberry-graphql` from 0.322.0 to 0.323.2 - [Commits](https://github.com/sponsors/strawberry-graphql/commits) Updates `uvicorn` from 0.51.0 to 0.52.1 - [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.51.0...0.52.1) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: strawberry-graphql dependency-version: 0.323.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7086ab37..5f877055 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ -alembic==1.18.5 +alembic==1.19.0 asyncpg==0.31.0 -fastapi==0.139.2 +fastapi==0.141.1 python-dotenv==1.2.2 python-jose[cryptography]==3.5.0 -redis==8.0.1 +redis==8.1.0 requests==2.34.2 sqlalchemy==2.0.51 -strawberry-graphql[fastapi]==0.322.0 -uvicorn[standard]==0.51.0 +strawberry-graphql[fastapi]==0.323.2 +uvicorn[standard]==0.52.1 influxdb_client==1.50.0 openpyxl==3.1.5 tzdata==2026.3