diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c70318ae..609eb4f3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "aiohttp==3.13.2", "aiopg==1.4.0", "alembic==1.17.1", - "asyncpg==0.30.0", + "asyncpg==0.31.0", "bcrypt==5.0.0", "click==8.3.0", "databases[asyncpg]==0.9.0",