From 1a31d7326b45f45a20fcd492bba6a991ef06e393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:54:06 +0000 Subject: [PATCH] chore(deps): bump asyncpg from 0.30.0 to 0.31.0 in /deal-flow-agent Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.30.0 to 0.31.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deal-flow-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal-flow-agent/requirements.txt b/deal-flow-agent/requirements.txt index e50612e4..2e8f58e0 100644 --- a/deal-flow-agent/requirements.txt +++ b/deal-flow-agent/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.32.1 pydantic==2.10.3 pydantic-settings==2.6.1 sqlalchemy==2.0.36 -asyncpg==0.30.0 +asyncpg==0.31.0 pgvector==0.3.6 alembic==1.14.0 anthropic==0.40.0