From 8ce1d749ff79eb60e54ba6c30d3aae4e1086ec17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:00:56 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.5 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c433a2f..7ea197f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,6 @@ mypy pep8-naming pyproject-flake8 pytest -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.5 pytest-operator types-PyYAML