From 354660c62ed78c10450501febef18629a79d9368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:28:50 +0000 Subject: [PATCH] chore(deps): Update asyncpg requirement from ~=0.26.0 to ~=0.29.0 Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.26.0...v0.29.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 7bfc16bbfc..0dad1053da 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -asyncpg~=0.26.0 +asyncpg~=0.29.0 prompt_toolkit~=2.0.9 web.py~=0.62 pygments~=2.10