Skip to content

Commit 2786044

Browse files
chore(deps): bump asyncpg in /reference-apps/fastapi (#46)
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25bfa23 commit 2786044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pybreaker==1.4.1 # Circuit breaker
88
httpx==0.28.1
99

1010
# Database drivers
11-
asyncpg==0.30.0
11+
asyncpg==0.31.0
1212
aiomysql==0.3.2
1313
cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth
1414
motor==3.7.1

0 commit comments

Comments
 (0)