From b46ee6dee3a093251142498e9fb03385d035d40d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:13:18 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 25d7420..f3433ac 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,6 +7,6 @@ mypy pep8-naming pyproject-flake8 pytest -pytest-asyncio==0.21.1 +pytest-asyncio==0.23.2 pytest-operator types-PyYAML