From 579b441331eefa97c236a6cc7e218bfaf9c087c4 Mon Sep 17 00:00:00 2001 From: Alexander Sokol Date: Mon, 11 Nov 2024 10:30:48 -0500 Subject: [PATCH] Update requirements. --- tools/cl/runtime/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cl/runtime/test_requirements.txt b/tools/cl/runtime/test_requirements.txt index 7b301cc7..dc32b526 100644 --- a/tools/cl/runtime/test_requirements.txt +++ b/tools/cl/runtime/test_requirements.txt @@ -2,5 +2,5 @@ black>=22.6.0 flake8>=4.0.1 isort>=5.10.1 mongomock>=4.1.2 -pytest>=7.4.2 +pytest>=8.3.3 pytest-asyncio>=0.24.0