From 0b914fd8d97d1db350da6c8b82209eeea08dec33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:28:41 +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 65f0f0a..943549d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ python-multipart==0.0.22 sqlalchemy==2.0.23 alembic==1.18.4 psycopg2-binary==2.9.11 -asyncpg==0.29.0 +asyncpg==0.31.0 aiosqlite==0.22.1 # Authentication & Security