From 6a50ec8b601afe47093e8d514e1b49498d423226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:35:19 -0700 Subject: [PATCH] chore(deps): Update asyncpg requirement from ~=0.29.0 to ~=0.30.0 (#3302) 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.29.0...v0.30.0) --- updated-dependencies: - dependency-name: asyncpg dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index ad2461f229..9d0644b239 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -asyncpg~=0.29.0 +asyncpg~=0.30.0 prompt_toolkit~=2.0.10 web.py~=0.62 pygments~=2.18