Skip to content

Commit

Permalink
Bump asyncpg from 0.29.0 to 0.30.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 06a3b4a commit ec42d1e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 46 deletions.
99 changes: 54 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 @@ -13,7 +13,7 @@ python = "^3.12"
"discord.py" = "^2.4.0"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.35"}
alembic = {extras = ["tz"], version = "^1.13.1"}
asyncpg = { version = "^0.29.0", optional = true }
asyncpg = { version = "^0.30.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
pynacl = "^1.5.0"
tornado = "^6.4"
Expand Down

0 comments on commit ec42d1e

Please sign in to comment.