From eeac1e0fc481e45a5ff1901a5ed990c1b70a6ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:55:01 +0000 Subject: [PATCH] build(deps): bump asyncpg from 0.30.0 to 0.31.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b07d850..d417e54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.34.0 pydantic==2.10.3 PyYAML==6.0.2 redis==5.2.1 -asyncpg==0.30.0 +asyncpg==0.31.0 psycopg2-binary==2.9.10 httpx==0.28.1 python-multipart==0.0.31