From 129713ecba8f8f81acde81ec6d38cc2951ccb53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:24:00 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 1.26.18 in /llvm/utils/git Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.18. - [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.12...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- llvm/utils/git/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt index e74b24c1bf64..6c8fd064b32c 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -30,7 +30,7 @@ requests==2.28.1 # via pygithub smmap==5.0.0 # via gitdb -urllib3==1.26.12 +urllib3==1.26.18 # via requests wrapt==1.14.1 # via deprecated