Browse Source

Bump asyncpg from 0.20.1 to 0.21.0 in /frameworks/Python/fastapi (#7060)

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 years ago
parent
commit
d18859a77b

+ 1 - 1
frameworks/Python/fastapi/requirements-orjson.txt

@@ -1,4 +1,4 @@
-asyncpg==0.20.1
+asyncpg==0.21.0
 gunicorn==20.0.4
 Jinja2==2.11.1
 fastapi==0.65.2

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

@@ -1,4 +1,4 @@
-asyncpg==0.20.1
+asyncpg==0.21.0
 gunicorn==20.0.4
 Jinja2==2.11.1
 ujson==2.0.3