Skip to content

Commit

Permalink
Update dependency sqlalchemy to ~2.0.31 (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 5a7b6c0 commit 63850d2
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
104 changes: 52 additions & 52 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 @@ -18,7 +18,7 @@ click = "^8.1.7"
tomli = "^2.0.1"
pendulum = "~3.0.0"
asyncpg = {version = "~0.29.0", optional = true}
sqlalchemy = {version = "~2.0.30", optional = true}
sqlalchemy = {version = "~2.0.31", optional = true}
uvloop = {version = "~0.19.0", optional = true}
greenlet = {version = "^3.0.3", optional = true}

Expand Down

0 comments on commit 63850d2

Please sign in to comment.