From 1d11210dee8513bf961e9d2b8385e3fdb262b2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 03:55:19 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 1.26.5 in /API Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 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.11...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index 2729376..e753a1f 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -13,6 +13,6 @@ retrying==1.3.3 six==1.16.0 tornado==6.1 ua-parser==0.10.0 -urllib3==1.25.11 +urllib3==1.26.5 user-agents==2.2.0 Werkzeug==2.1.1