deps: asyncpg 0.29 > 0.31

This commit is contained in:
Chris Milne 2026-05-05 16:16:37 +01:00
parent c48a1684e9
commit cd030bf466
2 changed files with 70 additions and 113 deletions

View file

@ -12,7 +12,7 @@ python = "^3.12"
aiofiles = "^24.1.0"
bcrypt = "^5.0.0"
alembic = "^1.13.1"
asyncpg = "^0.29.0"
asyncpg = "^0.31.0"
fastapi = "^0.115.12"
fastapi-pagination = "^0.13.1"
httpx = "^0.27.0"