From 9f2d952d7e65a06f14601bb2158005591d05157b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:14:40 +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), [strawberry-graphql](https://github.com/sponsors/strawberry-graphql), [uvicorn](https://github.com/Kludex/uvicorn) and [tzdata](https://github.com/python/tzdata). Updates `fastapi` from 0.138.2 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.2...0.139.0) Updates `strawberry-graphql` from 0.320.0 to 0.320.2 - [Commits](https://github.com/sponsors/strawberry-graphql/commits) Updates `uvicorn` from 0.49.0 to 0.50.2 - [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.49.0...0.50.2) Updates `tzdata` from 2025.2 to 2026.2 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2025.2...2026.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: strawberry-graphql dependency-version: 0.320.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: uvicorn dependency-version: 0.50.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: tzdata dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-major 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 b636162b..c968c8e2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,16 +1,16 @@ alembic==1.18.5 asyncpg==0.31.0 -fastapi==0.138.2 +fastapi==0.139.0 python-dotenv==1.2.2 python-jose[cryptography]==3.5.0 redis==8.0.1 requests==2.34.2 sqlalchemy==2.0.51 -strawberry-graphql[fastapi]==0.320.0 -uvicorn[standard]==0.49.0 +strawberry-graphql[fastapi]==0.320.2 +uvicorn[standard]==0.50.2 influxdb_client==1.50.0 openpyxl==3.1.5 -tzdata==2025.2 +tzdata==2026.2 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0