Skip to content

Commit

Permalink
depend(deps): update asyncpg requirement (#623)
Browse files Browse the repository at this point in the history
Updates the requirements on [asyncpg](https://github.com/MagicStack/asyncpg) to permit the latest version.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: asyncpg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and davidhozic committed Oct 31, 2024
1 parent 39b297c commit d1f6dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/sql.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sqlalchemy[asyncio]>=2.0,<3.0
aiosqlite>=0.19,<0.21
pymssql>=2.2,<2.4
asyncpg>=0.29,<0.30
asyncpg>=0.29,<0.31
asyncmy>=0.2,<0.3

0 comments on commit d1f6dfd

Please sign in to comment.