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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-01 21:56:22 +00:00 committed by GitHub
parent 33f9579169
commit a8f175c210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",