From 5945075071f6da884777c56232ccad647a196f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:22:05 +0000 Subject: [PATCH] deps(pip)(deps): update asyncpg requirement in /backend Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production ... 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 b1e75c8..d667644 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.32.1 sqlalchemy==2.0.36 greenlet>=3.1.1 -asyncpg>=0.30.0 +asyncpg>=0.31.0 aiosqlite==0.20.0 pydantic==2.10.3 pydantic-settings==2.7.0