From 0e3a048412eb2eae591136bb25b05c93137100e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:03:31 +0000 Subject: [PATCH] chore(deps): bump asyncpg in /apps/ai_workflow_engine 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] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 025b2b0ee..85446d201 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -34,7 +34,7 @@ jsonschema==4.26.0 PyYAML==6.0.3 # Database and storage -asyncpg==0.29.0 +asyncpg==0.31.0 sqlalchemy[asyncio]==2.0.48 alembic==1.18.4 redis==5.0.1