From 3b3d59f94e1718b107adf57c40e2fa7ede2b65c4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 9 Apr 2026 14:29:30 -0500 Subject: [PATCH] chore(requirements): update cryptography package version from 46.0.6 to 46.0.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 700f13e..0d662b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ bcrypt==5.0.0 ; python_version >= "3.11" certifi==2026.2.25 ; python_version >= "3.11" cffi==2.0.0 ; python_version >= "3.11" charset-normalizer==3.4.7 ; python_version >= "3.11" -cryptography==46.0.6 ; python_version >= "3.11" +cryptography==46.0.7 ; python_version >= "3.11" frozenlist==1.8.0 ; python_version >= "3.11" idna==3.11 ; python_version >= "3.11" jaraco-context==6.1.2 ; python_version >= "3.11"