From 64fb3b6a4955bda06110c24865fc576b09af032b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 01:21:29 +0000 Subject: [PATCH] chore: bump asyncpg from 0.29.0 to 0.31.0 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 e720899..a4fc57b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ python-multipart==0.0.22 sqlalchemy==2.0.23 alembic==1.12.1 psycopg2-binary==2.9.11 -asyncpg==0.29.0 +asyncpg==0.31.0 aiosqlite==0.19.0 # Authentication & Security