From 79e86d64a2677a82d192195cde39c0bd91c9e9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:34:30 +0000 Subject: [PATCH] Bump the python-deps group across 1 directory with 4 updates Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [asyncmy](https://github.com/long2ice/asyncmy) and [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. Updates `uvicorn` to 0.52.4 - [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.52.1...0.52.4) Updates `sqlalchemy` to 2.0.52 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `asyncmy` to 0.2.14 - [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.13...v0.2.14) Updates `python-dotenv` to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: asyncmy dependency-version: 0.2.14 dependency-type: direct:production dependency-group: python-deps - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.52.3 dependency-type: direct:production dependency-group: python-deps ... 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 c105047..a1eb42a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,9 +1,9 @@ fastapi>=0.141.1 -uvicorn[standard]>=0.52.1 -sqlalchemy[asyncio]>=2.0.51 +uvicorn[standard]>=0.52.4 +sqlalchemy[asyncio]>=2.0.52 aiosqlite>=0.22.1 -asyncmy>=0.2.13 -python-dotenv>=1.2.2 +asyncmy>=0.2.14 +python-dotenv>=1.2.3 authlib>=1.7.2 httpx>=0.28.1 itsdangerous>=2.2.0