From 08350a9bf4e9710bc1cdb2f726ad7d0e5d83bda6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:15:05 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20urllib3=20from=201.24.2=20to=201.26.5=20?= =?UTF-8?q?in=20/2019/CISCN2019=E5=8D=8E=E4=B8=9C=E5=8C=97=E7=BA=BF?= =?UTF-8?q?=E4=B8=8B=E8=B5=9B/pastebin/web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pastebin/web/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/2019/CISCN2019\345\215\216\344\270\234\345\214\227\347\272\277\344\270\213\350\265\233/pastebin/web/requirements.txt" "b/2019/CISCN2019\345\215\216\344\270\234\345\214\227\347\272\277\344\270\213\350\265\233/pastebin/web/requirements.txt" index e717326..1007fba 100644 --- "a/2019/CISCN2019\345\215\216\344\270\234\345\214\227\347\272\277\344\270\213\350\265\233/pastebin/web/requirements.txt" +++ "b/2019/CISCN2019\345\215\216\344\270\234\345\214\227\347\272\277\344\270\213\350\265\233/pastebin/web/requirements.txt" @@ -14,5 +14,5 @@ PyYAML==5.1 requests==2.21.0 shellescape==3.4.1 SQLAlchemy==1.3.3 -urllib3==1.24.2 +urllib3==1.26.5 Werkzeug==0.15.2