Skip to content

Commit

Permalink
Bump aiosqlite from 0.20.0 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.20.0 to 0.21.0.
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 96e6bf6 commit 07d422d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 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.12"
SQLAlchemy = {extras = ["asyncio"], version = "^2.0.36"}
alembic = {extras = ["tz"], version = "^1.14.0"}
asyncpg = { version = "^0.30.0", optional = true }
aiosqlite = { version = "^0.20.0", optional = true }
aiosqlite = { version = "^0.21.0", optional = true }
pynacl = "^1.5.0"
tornado = "^6.4"
tzdata = "^2024.2"
Expand Down

0 comments on commit 07d422d

Please sign in to comment.