From d67bdc5fe5b58062b3a44c2c40f72616936cd2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:15:26 +0000 Subject: [PATCH] chore(deps): bump the backend group in /backend with 4 updates Bumps the backend group in /backend with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [redis](https://github.com/redis/redis-py), [strawberry-graphql](https://github.com/sponsors/strawberry-graphql) and [uvicorn](https://github.com/Kludex/uvicorn). 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.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.51.0...0.52.0) --- updated-dependencies: - 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... 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 7086ab37..1f07fb26 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ alembic==1.18.5 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.0 influxdb_client==1.50.0 openpyxl==3.1.5 tzdata==2026.3