From f21722cd3c12f6f100f92dbe58093e7bd76396e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:23:59 +0000 Subject: [PATCH] Bump urllib3 from 1.9.1 to 1.26.5 in /testing/mozharness Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.9.1 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.9.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testing/mozharness/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozharness/requirements.txt b/testing/mozharness/requirements.txt index 632355c54234..9e82a419317e 100644 --- a/testing/mozharness/requirements.txt +++ b/testing/mozharness/requirements.txt @@ -20,6 +20,6 @@ simplejson==2.1.1 unittest2==0.5.1 virtualenv==1.5.1 wsgiref==0.1.2 -urllib3==1.9.1 +urllib3==1.26.5 google-api-python-client==1.5.1 oauth2client==1.4.2