Skip to content

Commit

Permalink
Update asyncpg requirement from <0.29.0,>=0.27.0 to >=0.27.0,<0.30.0 (#…
Browse files Browse the repository at this point in the history
…403)

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.27.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2023
1 parent 950bf13 commit 61217b9
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 @@ -62,7 +62,7 @@ test = [
"PyMySQL[rsa] >=1.0.2, <1.2.0",
"psycopg2-binary >=2.9.5, <3.0.0",
"aiosqlite >=0.17.0, <0.20.0",
"asyncpg >=0.27.0, <0.29.0",
"asyncpg >=0.27.0, <0.30.0",
"aiomysql >=0.1.1, <0.3.0",
"mongoengine >=0.25.0, <0.28.0",
"odmantic >=0.9.0,<0.10.0",
Expand Down

0 comments on commit 61217b9

Please sign in to comment.