From 25cf194b1cbea1bd8d6d1b46664c039304b132fc Mon Sep 17 00:00:00 2001 From: "CCF [bot]" <62645686+ccf-bot@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:45:34 +0100 Subject: [PATCH] [release/4.x] Cherry pick: Update cryptography requirement from ==40.* to ==41.* in /python (#5328) (#5705) --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index b86a5939386b..906218e94a50 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ loguru >= 0.5, == 0.* -cryptography == 40.* +cryptography == 41.* string-color >= 1.2.1 pycose >= 1.0.1 \ No newline at end of file