From fc88b5d3ccbc14840a44757ddde7cf3e67dd1a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:50:51 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.26.5 in /img2txt django Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 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.23...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- img2txt django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img2txt django/requirements.txt b/img2txt django/requirements.txt index ab52d02..25d1f26 100644 --- a/img2txt django/requirements.txt +++ b/img2txt django/requirements.txt @@ -6,7 +6,7 @@ google-cloud-storage==1.13.0 google-cloud-vision==0.34.0 google-resumable-media==0.3.1 googleapis-common-protos==1.5.3 -urllib3==1.23 +urllib3==1.26.5 grpcio==1.13.0 gunicorn==19.9.0 django-heroku==0.3.1