From e2539a034ac46ee5b4281a6e78f8f207698f1e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:01:48 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 in /c_chat_server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 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.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- c_chat_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_chat_server/requirements.txt b/c_chat_server/requirements.txt index 762c91d..bc40b12 100644 --- a/c_chat_server/requirements.txt +++ b/c_chat_server/requirements.txt @@ -26,7 +26,7 @@ requests==2.21.0 SQLAlchemy==1.3.3 sqlalchemy-mptt==0.2.4 SQLAlchemy-Utils==0.33.11 -urllib3==1.24.3 +urllib3==1.26.5 Werkzeug==0.15.2 WTForms==2.2.1 flask-login