From d397143faf6d15931b1212f5f42a17930fc33630 Mon Sep 17 00:00:00 2001 From: caetano melone Date: Wed, 21 Feb 2024 21:57:33 -0800 Subject: [PATCH] update github actions deps --- .github/workflows/requirements/unit-tests.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/unit-tests.txt b/.github/workflows/requirements/unit-tests.txt index 1393afd..edaa211 100644 --- a/.github/workflows/requirements/unit-tests.txt +++ b/.github/workflows/requirements/unit-tests.txt @@ -1,2 +1,5 @@ -pytest==7.4.3 -pytest-asyncio==0.23.2 +pytest==8.0.1 +pytest-aiohttp==0.23.5 +pytest-mock==3.12.0 +aiosqlite==0.20.0 +aiohttp==3.9.3 \ No newline at end of file