From 4107eade31695c520e138336eed5c9660a8e7c0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:00:43 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c433a2f..0da79cd 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.3 pytest-operator types-PyYAML