From 9248c539d08468f6a689a1530c72418b4c84eba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 08:17:31 +0200 Subject: [PATCH] Bump `pytest` from 8.3.2 to 8.3.3 (#4475) 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 df1e83b45..49c382392 100644 --- a/requirements-unit-tests.txt +++ b/requirements-unit-tests.txt @@ -4,7 +4,7 @@ build # For the test suite -pytest==8.3.2 +pytest==8.3.3 # needed because pytest doesn't come with native support for coroutines as tests pytest-asyncio==0.21.2