From 746ed9fa6d05bb4c70c16d9295b083f2be3a31e2 Mon Sep 17 00:00:00 2001 From: lucyli-ca <107629053+lucyli-ca@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:22:49 -0500 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 in llvm/utils/git/requirements.txt (#12714) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0 to resolve identified security vulnerability in 3rd party dependency. Refer to [cryptography's changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst). --- 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 4cfe4e971a171..274580d4c2817 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -14,7 +14,7 @@ cffi==1.15.1 # pynacl charset-normalizer==2.1.1 # via requests -cryptography==41.0.6 +cryptography==42.0.0 # via pyjwt deprecated==1.2.13 # via pygithub