Skip to content

Commit

Permalink
⬆️ Update asyncpg requirement from ^0.29.0 to >=0.29,<0.31
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]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b31e009 commit 7bfeab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [ #! Update me

[tool.poetry.dependencies]
python = "^3.12"
asyncpg = "^0.29.0"
asyncpg = ">=0.29,<0.31"
anyserial = "^0.1.0"
uvloop = ">=0.19,<0.21"

Expand Down

0 comments on commit 7bfeab3

Please sign in to comment.