From cc8037d97d3f6dce673e6125d3dbdce49bdfa2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 06:06:48 +0000 Subject: [PATCH] Bump the python-deps group in /backend with 6 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [asyncmy](https://github.com/long2ice/asyncmy), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [redis](https://github.com/redis/redis-py) and [websockets](https://github.com/python-websockets/websockets) to permit the latest version. Updates `fastapi` to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.140.7...0.141.1) Updates `uvicorn` 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) Updates `asyncmy` to 0.2.13 - [Release notes](https://github.com/long2ice/asyncmy/releases) - [Changelog](https://github.com/long2ice/asyncmy/blob/dev/CHANGELOG.md) - [Commits](https://github.com/long2ice/asyncmy/compare/v0.2.11...v0.2.13) Updates `pydantic-settings` to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.2...v2.15.0) Updates `redis` 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 `websockets` to 17.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.1.1...17.0.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: asyncmy dependency-version: 0.2.13 dependency-type: direct:production dependency-group: python-deps - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: websockets dependency-version: 17.0.1 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1d1869c..c105047 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,16 +1,16 @@ -fastapi>=0.140.7 -uvicorn[standard]>=0.51.0 +fastapi>=0.141.1 +uvicorn[standard]>=0.52.1 sqlalchemy[asyncio]>=2.0.51 aiosqlite>=0.22.1 -asyncmy>=0.2.11 +asyncmy>=0.2.13 python-dotenv>=1.2.2 authlib>=1.7.2 httpx>=0.28.1 itsdangerous>=2.2.0 python-multipart>=0.0.32 pydantic>=2.13.4 -pydantic-settings>=2.14.2 -redis>=8.0.1 -websockets>=16.1.1 +pydantic-settings>=2.15.0 +redis>=8.1.0 +websockets>=17.0.1 # rrdtool requires librrd-dev system package — installed in Docker only # pip install rrdtool (optional, falls back to subprocess)