From 78b0389c9849a51756844bbdd12dda085d9b4642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:46:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20urllib3=20in=20/=E5=85=AC=E5=BC=80?= =?UTF-8?q?=E8=AF=BE/=E6=96=87=E6=A1=A3/=E5=B9=B4=E8=96=AA50W+=E7=9A=84Pyt?= =?UTF-8?q?hon=E7=A8=8B=E5=BA=8F=E5=91=98=E5=A6=82=E4=BD=95=E5=86=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81/code/Python/opencourse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../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