From 2ff67144f3552c6905c7c07c72e80b218ca5e4f9 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 2 Dec 2025 21:10:54 +0800 Subject: [PATCH] Bump pytest and pytest-asyncio --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c5e442dd..3b3334ef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt asynctest==0.13.0 -pytest==8.4.2 -pytest-asyncio==1.2.0 +pytest==9.0.1 +pytest-asyncio==1.3.0 pytest-aiohttp==1.1.0 pytest-cov==7.0.0