From 0877a0f6d7b57584470fa5bcd7646ebeb84aa34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:20:25 +0000 Subject: [PATCH] chore: Bump cryptography from 42.0.7 to 43.0.1 in the pip Bumps the pip group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 42.0.7 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Signed-off-by: Andrew Burnes --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9be547..ea894e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ requests==2.32.3 boto3==1.34.102 stopit==1.1.2 psycopg2==2.9.9 -cryptography==42.0.7 +cryptography==43.0.1 pyyaml==6.0.1 psutil==5.9.4