Skip to content

Commit

Permalink
Bump aiosqlite from 0.19.0 to 0.20.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 5aef380 commit 451696f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 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 @@ -14,7 +14,7 @@ python = "^3.11"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.29"}
alembic = {extras = ["tz"], version = "^1.13.1"}
asyncpg = { version = "^0.29.0", optional = true }
aiosqlite = { version = "^0.19.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
pynacl = "^1.5.0"
tornado = "^6.4"
tzdata = "^2023.4"
Expand Down

0 comments on commit 451696f

Please sign in to comment.