From 0206c394cebce1b261299032edcb33f842b65d10 Mon Sep 17 00:00:00 2001 From: Joyce Date: Thu, 7 Sep 2023 19:19:46 -0300 Subject: [PATCH] Bump pip version to avoid known vulnerabilities (#720) Signed-off-by: Joyce --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6f001195..6dacfd1b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ coverage[toml]>=5.0.0 -pip>=9.0.2 +pip>=21.1 pretend pytest>=6.2.0