From e84afb5189d4dc9dd5228012d2a396034a67958a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:44:06 +0000 Subject: [PATCH] chore(deps): bump asyncpg from 0.29.0 to 0.31.0 in /backend Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.29.0 to 0.31.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 26a2c28..3f367da 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.109.2 uvicorn[standard]==0.27.1 sqlalchemy[asyncio]==2.0.27 -asyncpg==0.29.0 +asyncpg==0.31.0 aiosqlite==0.20.0 alembic==1.13.1 python-jose[cryptography]==3.3.0