From 8429b857f20cfecdf22ee6b24ac15dfbba320fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:34:58 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.24.2 to 1.26.5 in /legacy/aim_backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- legacy/aim_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/aim_backend/requirements.txt b/legacy/aim_backend/requirements.txt index 14873aa..d064507 100644 --- a/legacy/aim_backend/requirements.txt +++ b/legacy/aim_backend/requirements.txt @@ -45,6 +45,6 @@ six==1.11.0 subprocess32==3.2.7 toolz==0.9.0 tornado==4.5.2 -urllib3==1.24.2 +urllib3==1.26.5 validators==0.12.6 yapf==0.20.0