From f2cd655d0481aa93e89af4c99fd8a03a6979636f Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Fri, 6 Sep 2024 16:04:39 -0400 Subject: [PATCH] PYTHON-4746 - Bump minimum pytest and pytest-asyncio versions (#1845) --- requirements/test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 1facbf03b..135114fef 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,2 +1,2 @@ -pytest>=7 -pytest-asyncio +pytest>=8.2 +pytest-asyncio>=0.24.0