Skip to content

Commit 69a4273

Browse files
chore(deps): update dependency asyncpg to ^0.28.0 || ^0.29.0 (#139)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 470f228 commit 69a4273

2 files changed

Lines changed: 60 additions & 45 deletions

File tree

poetry.lock

Lines changed: 59 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ structlog = ">=20,<25"
4646
deprecated = "^1.2"
4747

4848
alembic = { version = "^1.4.3", optional = true }
49-
asyncpg = { version = "^0.28.0", optional = true }
49+
asyncpg = { version = "^0.28.0 || ^0.29.0", optional = true }
5050
boto3 = { version = "^1.24.74", optional = true }
5151
psycopg2 = { version = "^2.8.6", optional = true }
5252
sqlmodel = { version = "^0.0.14", optional = true }

0 commit comments

Comments
 (0)