From 24c3d997227cb47f6cc62da2f5cc307c657efb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:39:13 +0000 Subject: [PATCH] :arrow_up: Bump cryptography from 43.0.0 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee20e04b88..aedd107220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "azure-storage-file-datalake==12.16.0", "azure-storage-file-share==12.17.0", "chevron==0.14.0", - "cryptography==43.0.0", + "cryptography==43.0.1", "fqdn==1.5.1", "psycopg==3.2.1", "pulumi-azure-native==2.58.0",