From a703330ad70b3ccc3dd2b34eac7052b2488ba437 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Thu, 23 Feb 2023 11:18:53 +0000 Subject: [PATCH] [release/2.x] Cherry pick: Update cryptography requirement from ==38.* to ==39.* in /python (#4792) (#5053) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index d342aec56..5f21329c8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ loguru >= 0.5, == 0.* -cryptography == 38.* +cryptography == 39.* string-color >= 1.2.1