From 4b1354853c531f752750d269a5c4227e1137b9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 02:48:46 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 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.10...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Client/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/requirements.txt b/Client/requirements.txt index 349e65b..0f94e17 100644 --- a/Client/requirements.txt +++ b/Client/requirements.txt @@ -26,6 +26,6 @@ requests==2.24.0 six==1.15.0 SQLAlchemy==1.3.18 TBB==0.1 -urllib3==1.25.10 +urllib3==1.26.5 Werkzeug==1.0.1 WTForms==2.3.3 diff --git a/requirements.txt b/requirements.txt index 6ed400c..a94d83e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ python-socketio==4.6.0 requests==2.24.0 six==1.15.0 SQLAlchemy==1.3.18 -urllib3==1.25.10 +urllib3==1.26.5 Werkzeug==1.0.1 WTForms==2.3.3