From e6957fc582b7c4bf2a26b0e9fc7d86fe70fa94fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:37:41 +0000 Subject: [PATCH] chore(dev): update dependency asyncpg-stubs to v0.30.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9427779..5d0e221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ async-lru = "2.0.4" watchfiles = "0.24.0" pre-commit = "4.0.1" confluent-kafka-stubs = { git = 'https://gitlab.com/Trim21/confluent-kafka-stubs.git', rev = '9484f4aad44eab371fe952b278ab2715f3a8c780' } -asyncpg-stubs = "0.29.1" +asyncpg-stubs = "0.30.0" [tool.black] target_version = ['py310']