Skip to content

Commit

Permalink
Update asyncpg requirement from >=0.25,<0.29 to >=0.25,<0.30
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.25.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent db1c004 commit a733021
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 @@ -16,7 +16,7 @@ keywords = ["postgres", "postgresql", "asyncpg", "asyncio", "orm"]

[tool.poetry.dependencies]
python = "^3.8"
asyncpg = ">=0.25,<0.29"
asyncpg = ">=0.25,<0.30"
pydantic = ">=1.9,<3.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a733021

Please # to comment.