From 156448d5c1d2eacb45106d4d9bcadf83510291c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:16:05 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 in /sms/verify-signed-sms Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sms/verify-signed-sms/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms/verify-signed-sms/requirements.txt b/sms/verify-signed-sms/requirements.txt index 5e8b958..ee9622b 100644 --- a/sms/verify-signed-sms/requirements.txt +++ b/sms/verify-signed-sms/requirements.txt @@ -4,7 +4,7 @@ cffi==1.15.1 chardet==3.0.4 charset-normalizer==2.1.1 click==8.1.3 -cryptography==42.0.4 +cryptography==43.0.1 Deprecated==1.2.13 ecdsa==0.18.0 Flask==2.3.2