From 784fb8c15770defb9ba3639b7ce68377bfd57a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 22:59:55 +0000 Subject: [PATCH] Bump urllib3 from 1.26.3 to 1.26.4 in /.github/scripts/common Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. - [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.26.3...1.26.4) Signed-off-by: dependabot[bot] --- .github/scripts/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common/requirements.txt b/.github/scripts/common/requirements.txt index 61eadce96c..1314ac177a 100644 --- a/.github/scripts/common/requirements.txt +++ b/.github/scripts/common/requirements.txt @@ -10,5 +10,5 @@ PyJWT==1.7.1 PyYAML==5.4 requests smmap==3.0.4 -urllib3==1.26.3 +urllib3==1.26.4 wrapt==1.12.1