From 78c9397cae52adbe29d7955d507a30fbf2270c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:53:20 +0000 Subject: [PATCH] chore(deps): bump asyncpg from 0.29.0 to 0.31.0 in /backend 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] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a1f5392..b0ab89e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "sqlalchemy==2.0.32", "alembic==1.13.1", "aiosqlite==0.20.0", - "asyncpg==0.29.0", + "asyncpg==0.31.0", "qdrant-client==1.11.1", "pypdf==4.3.1", "python-docx==1.1.0", diff --git a/backend/requirements.txt b/backend/requirements.txt index d3cb63e..2ca569c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ httpx==0.27.2 sqlalchemy==2.0.32 alembic==1.13.1 aiosqlite==0.20.0 -asyncpg==0.29.0 +asyncpg==0.31.0 qdrant-client==1.11.1 pypdf==4.3.1 python-docx==1.1.0