From 195b5032f1c604c6f41cdbb8b9c91173b65a8048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:10:02 +0000 Subject: [PATCH] chore(deps): Update asyncpg requirement in /backend 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.28.0...v0.31.0) --- updated-dependencies: - dependency-name: asyncpg dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ff69ae1..88740e6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydantic-settings>=2.0.0", "sqlmodel>=0.0.14", "alembic>=1.11.0", - "asyncpg>=0.28.0", + "asyncpg>=0.31.0", "redis>=5.0.0", "python-multipart>=0.0.6", "python-jose[cryptography]>=3.3.0",