From aed7209b7a7ebcdd8eacd34813554bc4d8ed047a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 09:29:22 -0700 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 in /.github/scripts/common (#617) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1314ac177a..9ac315f6df 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.4 +urllib3==1.26.5 wrapt==1.12.1