From 6be112b8e4acfdcd06377641e3a65f404d218f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:39:43 +0300 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 in /examples/openai (#78) --- examples/openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openai/requirements.txt b/examples/openai/requirements.txt index f236778..386d4c0 100644 --- a/examples/openai/requirements.txt +++ b/examples/openai/requirements.txt @@ -10,5 +10,5 @@ multidict==6.0.4 openai==0.27.7 requests==2.31.0 tqdm==4.65.0 -urllib3==2.0.6 +urllib3==2.0.7 yarl==1.9.2 -- GitLab