From 221dd3ceb104445c83fd79d3b41b5a2ee649f925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:51:08 +0000 Subject: [PATCH] Bump asyncpg from 0.30.0 to 0.31.0 in /backend 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] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 330c561..aa968bf 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,5 +1,5 @@ ariadne==0.22 -asyncpg==0.30.0 +asyncpg==0.31.0 fastapi==0.115.8 httpx==0.27.0 pydantic==2.10.6 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 6daec34..69b3a73 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,5 +1,5 @@ ariadne==0.22 -asyncpg==0.30.0 +asyncpg==0.31.0 black==23.10.1 fastapi==0.115.8 flake8==6.1.0