From a8f175c210d69e2fbd06d01dda0a50b3c817fdee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:56:22 +0000 Subject: [PATCH] chore(deps): update asyncpg requirement 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a0c15f..ce43439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.12" dependencies = [ "alembic>=1.14,<2.0", "argon2-cffi>=25.1,<26.0", - "asyncpg>=0.30,<0.31", + "asyncpg>=0.30,<0.32", "crossrefapi>=1.6,<2.0", "fastapi>=0.116,<0.117", "httpx>=0.28,<0.29",