From 0e4dc455b3626e992febd6263675d792b7efdc18 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Mon, 21 Apr 2025 11:27:15 -0400 Subject: [PATCH] chore: bump cryptography to ~=44.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3316a79d..85e60efd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ httpx>=0.28.1 pydantic>=2.10.4 PyJWT>=2.9.0, <2.10 ; python_version == "3.8" PyJWT>=2.10.0; python_version > "3.8" -cryptography>=42.0.8 +cryptography>=44.0.2