From a4cbe1bf45b187b8c2e117661d2c62cff54a9c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:19 +0000 Subject: [PATCH] chore(deps): update asyncpg requirement in /services/zc 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] --- services/zc/requirements-enterprise.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/zc/requirements-enterprise.txt b/services/zc/requirements-enterprise.txt index 00a5b93..6b58daf 100644 --- a/services/zc/requirements-enterprise.txt +++ b/services/zc/requirements-enterprise.txt @@ -47,7 +47,7 @@ psutil>=6.0.0 nats-py>=2.9.0 # === Database (Async PostgreSQL) === -asyncpg>=0.30.0 +asyncpg>=0.31.0 sqlalchemy[asyncio]>=2.0.35 # === Validation ===