From 9cfb112e45ae8960481770afd690b4bd9afce5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 05:50:12 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20urllib3=20in=20/Python=20=E8=BF=9B?= =?UTF-8?q?=E9=98=B6=E6=8C=91=E6=88=98=EF=BC=88=E6=97=A7=EF=BC=89/36-job-a?= =?UTF-8?q?nd-resume-management/jobplus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../36-job-and-resume-management/jobplus/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Python \350\277\233\351\230\266\346\214\221\346\210\230\357\274\210\346\227\247\357\274\211/36-job-and-resume-management/jobplus/requirements.txt" "b/Python \350\277\233\351\230\266\346\214\221\346\210\230\357\274\210\346\227\247\357\274\211/36-job-and-resume-management/jobplus/requirements.txt" index c4be28d..ad8d25a 100644 --- "a/Python \350\277\233\351\230\266\346\214\221\346\210\230\357\274\210\346\227\247\357\274\211/36-job-and-resume-management/jobplus/requirements.txt" +++ "b/Python \350\277\233\351\230\266\346\214\221\346\210\230\357\274\210\346\227\247\357\274\211/36-job-and-resume-management/jobplus/requirements.txt" @@ -20,6 +20,6 @@ requests==2.18.4 six==1.11.0 SQLAlchemy==1.1.15 text-unidecode==1.1 -urllib3==1.22 +urllib3==1.26.5 Werkzeug==0.12.2 WTForms==2.1