From 8a61db20d794e136781ef006aee26a8232c0dad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 02:44:07 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 1.26.5 in /backend/requirements 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] --- backend/requirements/dev.txt | 2 +- backend/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..0ed8096 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -47,7 +47,7 @@ tokenizers==0.8.1rc1 torch==1.5.1 tqdm==4.48.0 transformers==3.0.2 -urllib3==1.25.10 +urllib3==1.26.5 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..6ac429e 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -23,7 +23,7 @@ tokenizers==0.8.1rc1 torch==1.5.1 tqdm==4.48.0 transformers==3.0.2 -urllib3==1.25.10 +urllib3==1.26.5 uvicorn==0.11.7 uvloop==0.14.0 websockets==8.1