From 2538a4b4ba375a4bed8f71d93a7a439b28aa7d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:53:19 +0000 Subject: [PATCH] Update asyncpg requirement from >=0.29 to >=0.31.0 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.29.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f575134..9bcd0ae 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,4 +4,4 @@ SQLAlchemy[asyncio]>=2.0 Loglan-Core>=0.5.0 aiohttp>=3.12 hypercorn>=0.17 -asyncpg>=0.29 \ No newline at end of file +asyncpg>=0.31.0 \ No newline at end of file