From e53b76d29d1258673848ad092e719692c72b40fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Dec 2024 06:31:36 +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 7f62d6b..149c824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] pre-commit = "^4.0.0" pytest = "^8.0.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" [build-system] requires = ["poetry>=0.12"]