From 3a43f51aead2824af18056cb7d4fcf0a901043be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:56:38 +0000 Subject: [PATCH] Bump certifi from 2023.5.7 to 2024.7.4 in /llvm/utils/git Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2024.07.04) --- updated-dependencies: - dependency-name: certifi 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 d001cf0f5798..eaa25a6c4f5f 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt requirements.txt.in # -certifi==2023.5.7 +certifi==2024.7.4 # via requests cffi==1.15.1 # via pynacl