Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sivakov512 committed Nov 5, 2023
1 parent dae74d1 commit 9b052af
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.28.0"
asyncpg = "^0.29.0"

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

0 comments on commit 9b052af

Please sign in to comment.