Skip to content

Commit 06cf9e2

Browse files
fix(deps): update dependency asyncpg to >=0.28.0,<0.31.0 (#213)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 9931fce commit 06cf9e2

File tree

2 files changed

+56
-47
lines changed

2 files changed

+56
-47
lines changed

poetry.lock

Lines changed: 55 additions & 46 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,<2"
4747

4848
alembic = { version = ">=1.4.3,<2", optional = true }
49-
asyncpg = { version = ">=0.28.0,<0.30.0", optional = true }
49+
asyncpg = { version = ">=0.28.0,<0.31.0", optional = true }
5050
boto3 = { version = ">=1.24.74,<2", optional = true }
5151
psycopg2 = { version = ">=2.8.6,<3", optional = true }
5252
sqlmodel = { version = ">=0.0.14,<0.0.23", optional = true }

0 commit comments

Comments
 (0)