瀏覽代碼

Bump asyncpg from 0.20.1 to 0.21.0 in /frameworks/Python/quart (#7053)

Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.20.1 to 0.21.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](https://github.com/MagicStack/asyncpg/compare/v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: asyncpg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 年之前
父節點
當前提交
baca0fa9bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/Python/quart/requirements.txt

+ 1 - 1
frameworks/Python/quart/requirements.txt

@@ -1,5 +1,5 @@
 aiofiles==0.4.0
-asyncpg==0.20.1
+asyncpg==0.21.0
 blinker==1.4
 Click==7.0
 h11==0.9.0