From 682f966b43d8a8b16af87210ccfb126079c34995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:05:42 +0000 Subject: [PATCH] Bump the python-deps group in /backend with 3 updates Updates the requirements on [authlib](https://github.com/authlib/authlib), [pydantic](https://github.com/pydantic/pydantic) and [websockets](https://github.com/python-websockets/websockets) to permit the latest version. Updates `authlib` to 1.8.0 - [Release notes](https://github.com/authlib/authlib/releases) - [Commits](https://github.com/authlib/authlib/compare/v1.7.2...v1.8.0) Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) Updates `websockets` to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/17.0.1...17.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: python-deps - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:production dependency-group: python-deps ... 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 a1eb42a..124344b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,13 +4,13 @@ sqlalchemy[asyncio]>=2.0.52 aiosqlite>=0.22.1 asyncmy>=0.2.14 python-dotenv>=1.2.3 -authlib>=1.7.2 +authlib>=1.8.0 httpx>=0.28.1 itsdangerous>=2.2.0 python-multipart>=0.0.32 -pydantic>=2.13.4 +pydantic>=2.13.5 pydantic-settings>=2.15.0 redis>=8.1.0 -websockets>=17.0.1 +websockets>=17.1 # rrdtool requires librrd-dev system package — installed in Docker only # pip install rrdtool (optional, falls back to subprocess)