From 48e0260dfbc02f72e57f83f4b63ba7b92e255c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:15:39 +0000 Subject: [PATCH] chore(deps): bump the backend group in /backend with 3 updates Bumps the backend group in /backend with 3 updates: [strawberry-graphql](https://github.com/sponsors/strawberry-graphql), [uvicorn](https://github.com/Kludex/uvicorn) and [tzdata](https://github.com/python/tzdata). Updates `strawberry-graphql` from 0.320.2 to 0.320.4 - [Commits](https://github.com/sponsors/strawberry-graphql/commits) Updates `uvicorn` from 0.50.2 to 0.51.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.50.2...0.51.0) Updates `tzdata` from 2026.2 to 2026.3 - [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/2026.2...2026.3) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-version: 0.320.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: tzdata dependency-version: '2026.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c968c8e2..7ccd554c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,11 +6,11 @@ python-jose[cryptography]==3.5.0 redis==8.0.1 requests==2.34.2 sqlalchemy==2.0.51 -strawberry-graphql[fastapi]==0.320.2 -uvicorn[standard]==0.50.2 +strawberry-graphql[fastapi]==0.320.4 +uvicorn[standard]==0.51.0 influxdb_client==1.50.0 openpyxl==3.1.5 -tzdata==2026.2 +tzdata==2026.3 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0