From e637d1733ceae3942d32e156632ac8d7a1e95584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:01:31 +0200 Subject: [PATCH] Bump `pytest` from 8.2.2 to 8.3.2 (#4403) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-unit-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-unit-tests.txt b/requirements-unit-tests.txt index eb69f9d92..df1e83b45 100644 --- a/requirements-unit-tests.txt +++ b/requirements-unit-tests.txt @@ -4,7 +4,7 @@ build # For the test suite -pytest==8.2.2 +pytest==8.3.2 # needed because pytest doesn't come with native support for coroutines as tests pytest-asyncio==0.21.2