Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sivakov512 committed Sep 9, 2023
1 parent de7a355 commit 92f7ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/sivakov512/asyncpg-engine"
[tool.poetry.dependencies]
python = "^3.9"
pytest = {version = "^7.2.0", optional = true}
asyncpg = "^0.27.0"
asyncpg = "^0.28.0"

[tool.poetry.plugins.pytest11]
asyncpg_engine = "asyncpg_engine.pytest_plugin"
Expand Down

0 comments on commit 92f7ac6

Please sign in to comment.