From b7638592e3290956daf7b522f855617a725baad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:11:02 +0000 Subject: [PATCH] Bump asyncpg from 0.29.0 to 0.30.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28ae159..7575ba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ python-dotenv==1.0.1 SQLAlchemy[asyncio]==2.0.35 pgvector==0.3.5 SQLModel==0.0.19 -asyncpg==0.29.0 +asyncpg==0.30.0 azure-identity