From 45b0bba906cb5c2b3265d4f11bdb2d14a2bc72d5 Mon Sep 17 00:00:00 2001 From: pen4 Date: Sun, 20 Nov 2022 14:22:50 +0800 Subject: [PATCH] update urllib3 1.25.9 to 1.26.5 --- .../code/Python/opencourse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/公开课/文档/年薪50W+的Python程序员如何写代码/code/Python/opencourse/requirements.txt b/公开课/文档/年薪50W+的Python程序员如何写代码/code/Python/opencourse/requirements.txt index 860de44..499f258 100644 --- a/公开课/文档/年薪50W+的Python程序员如何写代码/code/Python/opencourse/requirements.txt +++ b/公开课/文档/年薪50W+的Python程序员如何写代码/code/Python/opencourse/requirements.txt @@ -32,6 +32,6 @@ six==1.14.0 soupsieve==2.0 traitlets==4.3.3 typed-ast==1.4.1 -urllib3==1.25.9 +urllib3==1.26.5 wcwidth==0.1.9 wrapt==1.11.2