From 824037bb7d95bfb8b5dbbe26fdb6ed0024f2082a Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 30 Apr 2024 15:46:44 -0400 Subject: [PATCH] Bump pytest-asyncio to 0.23.6 (#5048) --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 3375497d0..61c33a2c6 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -2,7 +2,7 @@ coverage==7.5.0 pre-commit==3.7.0 pylint==3.1.0 pytest-aiohttp==1.0.5 -pytest-asyncio==0.23.5 +pytest-asyncio==0.23.6 pytest-cov==5.0.0 pytest-timeout==2.3.1 pytest==8.1.1