From 35824eff47f6549e2ce6a9a6540a6af194b8c56d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:02:50 +0000 Subject: [PATCH] fix(deps): update dependency cryptography to v48 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e313c06..cb45e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -cryptography = "^43.0.0" +cryptography = "^48.0.0" setuptools = "^75.0.0" [tool.poetry.dev-dependencies]