From 86066057395c6499e916f45732c01eafb89f1e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:35:08 +0000 Subject: [PATCH] fix(deps): update dependency cryptography to v44 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e313c06..9036ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -cryptography = "^43.0.0" +cryptography = "^44.0.0" setuptools = "^75.0.0" [tool.poetry.dev-dependencies]