From adf482adc29a4348e20e19f44f64b7190ed6ae14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 09:32:48 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3261f0..602fd13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ SQLAlchemy==2.0.46 pydantic==2.8.2 pydantic-settings==2.12.0 psycopg2-binary==2.9.9 -asyncpg==0.29.0 +asyncpg==0.31.0 requests==2.32.3 PyYAML==6.0.3 GitPython==3.1.43