Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent 475ce60 commit 5abe378
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.29.0"
asyncpg = "^0.30.0"

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

0 comments on commit 5abe378

Please sign in to comment.