From 78b2b93540ed7e3c6523d929cd0d1c1829fd5961 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 11 Oct 2022 23:23:15 +0800 Subject: [PATCH] Update dev-requirements.txt --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 86cc066f..8355921e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ -rrequirements.txt -pytest==7.0.1; python_version < '3.7' # last version to support Python 3.6 -pytest==7.1.2; python_version >= '3.7' +pytest==7.1.3; python_version >= '3.7' +pytest==7.0.1; python_version < '3.7' # v7.0.1 is the last version to support Python 3.6 flake8==5.0.4 pytest-timeout==2.1.0 -pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6 pytest-aiohttp==1.0.4; python_version >= '3.7' +pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6