From 32437e83fdafe6736220bd1ef028bd06b582c5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:45:15 +0000 Subject: [PATCH] Update py-pglite[asyncpg] requirement Updates the requirements on [py-pglite[asyncpg]](https://github.com/wey-gu/py-pglite) to permit the latest version. - [Release notes](https://github.com/wey-gu/py-pglite/releases) - [Commits](https://github.com/wey-gu/py-pglite/compare/v0.1.0...v0.5.3) --- updated-dependencies: - dependency-name: py-pglite[asyncpg] dependency-version: 0.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd267775..6363cf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "pytest-bdd", "pytest-asyncio", "pytest-xdist", - "py-pglite[asyncpg]>=0.1.0,<0.2.0", + "py-pglite[asyncpg]>=0.1.0,<0.6.0", "ruff", "pyright", "ty",