Skip to content

Commit

Permalink
chore(deps): update asyncpg requirement from <0.30,>=0.29.0 to >=0.29…
Browse files Browse the repository at this point in the history
….0,<0.31 (#2)

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 Oct 31, 2024
1 parent 3f585b2 commit b9a8399
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 @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
dependencies = ["asyncpg>=0.29.0, <0.30", "typing_extensions>=4.12.2, <5"]
dependencies = ["asyncpg>=0.29.0, <0.31", "typing_extensions>=4.12.2, <5"]
dynamic = ["version", "description"]

[project.optional-dependencies]
Expand Down

0 comments on commit b9a8399

Please sign in to comment.