From fe5b68a38236db59f28b8ecc36572f18b099b384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:16:33 +0100 Subject: [PATCH] Bump cryptography from 42.0.5 to 42.0.7 (#119) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- utils/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7297f13e..9d9bd529 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ setuptools==69.5.1 assertpy==1.1 boto3==1.34.94 black==24.4.2 -cryptography == 42.0.5 +cryptography == 42.0.7 asn1crypto == 1.5.1 certvalidator == 0.11.1 prospector==1.10.3 diff --git a/utils/requirements.txt b/utils/requirements.txt index 4240c098..3caff966 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 boto3==1.34.94 certvalidator == 0.11.1 -cryptography == 42.0.5 +cryptography == 42.0.7 validators==0.28.1