From 235306be00c39f6318dbf595d3619db544ba31e7 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Fri, 27 Jun 2025 09:17:36 +0200 Subject: [PATCH] chore(deps): Add missing test dependency Add missing dependency on typing-extensions to test-requirements.txt. Signed-off-by: Felix Matouschek --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 2acc4f9..93631ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,3 +2,4 @@ pytest pytest-ansible pytest-mock pytest-xdist +typing-extensions