From a8368cdf0e19710f0335f1532699dfdd3c88a45f 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] <support@github.com>
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