From 70366ffede540219dc907c05060516129b99fb71 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Fri, 13 Oct 2023 18:19:27 +0300 Subject: [PATCH] Bump cryptography to 41.0.4 for all platforms --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e83cfc02d..24ba78cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,10 @@ requires-python = ">=3.7" license = {file = "LICENSE"} dependencies = [ "chromalog==1.0.5", + "cryptography==41.0.4", "service-identity==21.1.0", "twisted==22.4.0", "txtorcon==23.0.0", - 'cryptography==3.3.2; platform_machine != "aarch64" and platform_machine != "amd64" and platform_machine != "x86_64"', - 'cryptography==41.0.2; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"', ] [project.optional-dependencies]