From 0c149d8b2650576820f1ed61e56b2cc3c5a3ae20 Mon Sep 17 00:00:00 2001 From: Evgeniy Baryshkov Date: Sun, 10 May 2020 23:10:41 +0300 Subject: [PATCH] Update pytest --- dev_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 1cb36784..c0c2a39d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -3,8 +3,8 @@ ujson>=1.35 python-rapidjson>=0.7.0 emoji>=0.5.2 -pytest>=4.4.1,<4.6 -pytest-asyncio==0.10.0 +pytest>=5.4 +pytest-asyncio>=0.10.0 tox>=3.9.0 aresponses>=1.1.1 uvloop>=0.12.2