From b2953a19df1678513be3503cc343eafd67d9fd10 Mon Sep 17 00:00:00 2001 From: drew2a Date: Tue, 20 Jun 2023 15:41:13 +0200 Subject: [PATCH] Update libraries to the latest versions. --- requirements-test.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 69d3d2c08af..28d2c08ea0a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -r requirements.txt -pytest==7.2.2 +pytest==7.3.2 pytest-aiohttp==1.0.4 -pytest-asyncio==0.20.3 -pytest-mock==3.10.0 +pytest-asyncio==0.21.0 +pytest-mock==3.11.1 pytest-randomly==3.12.0 pytest-timeout==2.1.0 pytest-freezegun==0.4.2 @@ -11,8 +11,8 @@ pytest-rerunfailures==11.1.2 pytest-sentry==0.1.16 pytest-profiling==1.7.0 # for pytest profiling -freezegun==1.2.1 -coverage==6.3.2 +freezegun==1.2.2 +coverage==7.2.7 looptime==0.2 -scipy==1.10.0 +scipy==1.10.1