From df98006f494a791392f2ec6d2a9c3c3595fc5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:55:22 +0000 Subject: [PATCH] build(deps): bump urllib3 in /results-tabulation-api Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 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.7...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- results-tabulation-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results-tabulation-api/requirements.txt b/results-tabulation-api/requirements.txt index 68bfcc02..80955333 100644 --- a/results-tabulation-api/requirements.txt +++ b/results-tabulation-api/requirements.txt @@ -56,6 +56,6 @@ six==1.13.0 SQLAlchemy==1.3.3 swagger-ui-bundle==0.0.3 tqdm==4.42.1 -urllib3==1.25.7 +urllib3==1.26.5 wcwidth==0.1.8 Werkzeug==0.16.0 \ No newline at end of file