From 5fcb7e77a0ee2a825a9342151425af7b0cd34211 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:42:12 +0000 Subject: [PATCH] Update dependency cryptography to v43.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a55fe2ca9..3fe94d5d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "deepdiff==7.0.*", "ordered-set==4.1.*", # Each time cryptography version is updated, need to regenerate scripts/ci/custom-hooks/hook-cryptography.py - "cryptography==43.0.1", + "cryptography==43.0.3", "paramiko==3.4.*", "jsonschema==4.22.*", "referencing==0.35.*",