From 3a1f74c0cfe9826ae99b593d07c2c8da070b3ce0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 07:31:17 +0000
Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.2
 (#37)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 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