From c49085dd3165c0e8be90ced630c9418f56220b38 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 01:33:32 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v46 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5623e7b..465b3d82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -158,7 +158,7 @@ click==8.3.0; python_full_version >= "3.8.1" and python_version < "4.0" \ colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_system == "Windows" \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 -cryptography==45.0.7; python_full_version >= "3.8.1" and python_version < "4.0" \ +cryptography==46.0.2; python_full_version >= "3.8.1" and python_version < "4.0" \ --hash=sha256:06ce84dc14df0bf6ea84666f958e6080cdb6fe1231be2a51f3fc1267d9f3fb34 \ --hash=sha256:16ede8a4f7929b4b7ff3642eba2bf79aa1d71f24ab6ee443935c0d269b6bc513 \ --hash=sha256:18fcf70f243fe07252dcb1b268a687f2358025ce32f9f88028ca5c364b123ef5 \