From e810a3640790783bc7e192399c8c542ac85166e3 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 19 Jun 2024 03:53:40 -0400 Subject: [PATCH] [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 (#30) Co-authored-by: snyk-bot --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a61d05b..cdb64ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ patool>=1.12 pydantic>=2.0.2 pydantic-settings>=2.0.1 typer>=0.12.3 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability