From 463aad00140243d9ddcf3ec27c6336c7b97db93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 05:35:45 +0000 Subject: [PATCH] Bump urllib3 in /CC_0094_0155_0260_1509_Final_Project/user/user_man Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../user/user_man/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CC_0094_0155_0260_1509_Final_Project/user/user_man/requirements.txt b/CC_0094_0155_0260_1509_Final_Project/user/user_man/requirements.txt index fb479f4..bb3ae0b 100644 --- a/CC_0094_0155_0260_1509_Final_Project/user/user_man/requirements.txt +++ b/CC_0094_0155_0260_1509_Final_Project/user/user_man/requirements.txt @@ -7,6 +7,6 @@ itsdangerous==1.1.0 Jinja2==2.11.1 MarkupSafe==1.1.1 requests==2.23.0 -urllib3==1.25.8 +urllib3==1.26.5 Werkzeug==1.0.0 flask_cors