From 3e7dd7601a1f34865c2eac9a53794ee99e066699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:33:44 +0000 Subject: [PATCH] Chore(deps): Bump asyncpg from 0.28.0 to 0.29.0 Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2732627..b2b87b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676", "aleph-nuls2==0.1.0", "aleph-pytezos==3.13.4", - "asyncpg==0.28.0", + "asyncpg==0.29.0", "base58>=1.0.3", "coincurve==20.0.0", "configmanager==1.35.1",