Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 8, 2023
1 parent efc5412 commit 6fd1bde
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 45 deletions.
92 changes: 48 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ irc = {version = "^20.1.0", optional = true}
aiosmtplib = {version = "^1.1.6 || ^2.0.0 || ^3.0.0", optional = true}
aiosqlite = {version = "^0.17.0 || ^0.18.0 || ^0.19.0", optional = true}
psycopg2 = {version = "^2.9.3", optional = true}
asyncpg = {version = "^0.26.0 || ^0.27.0 || ^0.28.0", optional = true}
asyncpg = {version = "^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0", optional = true}
alembic = {version = "^1.8.1", optional = true}
SQLAlchemy = {version = "^1.4.41 || ^2.0.0", optional = true}

Expand Down

0 comments on commit 6fd1bde

Please sign in to comment.