From 08febdb925425222fa327d646fc179727174ebe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:06:43 +0000 Subject: [PATCH] Update dependency cryptography to v44 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..3ed4b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cleo==2.1.0 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows" or os_name == "nt") crashtest==0.4.1 ; python_version >= "3.10" and python_version < "4.0" -cryptography==43.0.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" +cryptography==44.0.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux" distlib==0.3.8 ; python_version >= "3.10" and python_version < "4.0" dulwich==0.22.1 ; python_version >= "3.10" and python_version < "4.0" exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"