From 883707851ca54f60b8c03580a20ea9f8d2c6786f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:51:26 +0000 Subject: [PATCH] build(deps): 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 16f2323eab..912872c67b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ minify-html-onepass==0.15.0 matplotlib==3.9.2 # db -asyncpg==0.29.0 +asyncpg==0.30.0 tortoise-orm[accel]==0.21.6 aerich==0.7.2