From 84a2346a5036071477ebc4b13198507c41da7e4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 16:37:27 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v45 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 356302a..3df7c34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ops==2.21.1 pydantic==2.11.4 -cryptography==44.0.3 +cryptography==45.0.0 requests==2.32.3