Skip to content

Commit 0e7c2a4

Browse files
github-renovate-self-hostedrenovate-botarththebird
authored
fix(deps): update dependency asyncpg to >=0.28.0,<0.32.0 (#367)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Arthur Loiselle <arthur.loiselle@dialogue.co>
1 parent 6d8aedb commit 0e7c2a4

File tree

2 files changed

+62
-56
lines changed

2 files changed

+62
-56
lines changed

poetry.lock

Lines changed: 61 additions & 55 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,<26"
4646
deprecated = ">=1.2,<2"
4747

4848
alembic = { version = ">=1.4.3,<2", optional = true }
49-
asyncpg = { version = ">=0.28.0,<0.31.0", optional = true }
49+
asyncpg = { version = ">=0.28.0,<0.32.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.28", optional = true }

0 commit comments

Comments
 (0)