Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.25 || ^0.26 || ^0.27 || ^0.28 || ^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] authored Nov 9, 2023
1 parent c56d5d6 commit 4dae6d4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 46 deletions.
94 changes: 49 additions & 45 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 @@ -45,7 +45,7 @@ fastapi = {version = "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75 || ^0.7
uvicorn = {version = "^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0", optional = true}
Jinja2 = {version = "^3.0.3", optional = true}
ansible-runner = {version = "^2.1.1", optional = true}
asyncpg = {version = "^0.25 || ^0.26 || ^0.27 || ^0.28", optional = true}
asyncpg = {version = "^0.25 || ^0.26 || ^0.27 || ^0.28 || ^0.29.0", optional = true}
celery = {version = "^5.2.1", extras = ["redis"], optional = true}
httpx = {version = "^0.18.2 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23 || ^0.24 || ^0.25.0", optional = true}
ipython = {version = "^7.29 || ^8", optional = true}
Expand Down

0 comments on commit 4dae6d4

Please sign in to comment.