From 0fdc498f2b55b49151ec13d613181d067aefb7d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Dec 2024 06:31:53 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ddf6ad..70c9133 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.24.0" +pytest-asyncio = "^0.25.0" [tool.poetry.extras] client_id = ["androguard"]