From cece11abeb8ae0287549e38dc4aed0adff4a6070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:54:17 +0000 Subject: [PATCH] Bump certifi from 2022.9.24 to 2023.7.22 in /llvm/utils/git Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2023.07.22) --- 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 08d3e4eeb3f5..720fd97ea80f 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==2022.9.24 +certifi==2023.7.22 # via requests cffi==1.15.1 # via pynacl