From c976df088ab4e5566625a0e8e58168c0a8641aea Mon Sep 17 00:00:00 2001 From: Justin Plock Date: Mon, 19 May 2025 11:52:13 -0400 Subject: [PATCH] Update cryptography dependency to ^45 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3417c72..5cd5206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -cryptography = "^43" +cryptography = "^45" [tool.poetry.dev-dependencies] coverage = {version = "^5.5", extras = ["toml"]}