From 72f376d92f6edb0940f58746890f7399a9ae42f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 May 2025 05:33:11 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14b33d0..5bb720f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ http-seekable-file = { git = "https://github.com/JuniorJPDJ/http-seekable-file.g [tool.poetry.dev-dependencies] pre-commit = "^4.0.0" pytest = "^8.0.0" -pytest-asyncio = "^0.26.0" +pytest-asyncio = "^1.0.0" [tool.poetry.extras] client_id = ["androguard"]