From 7b84e0380f9e2bf78fb7ed275c3c3bc48db660db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:16:23 +0000 Subject: [PATCH] Bump cryptography from 42.0.5 to 42.0.8 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.8. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/build-requirements.txt b/requirements/build-requirements.txt index c85bf3f3..e5de7bc6 100644 --- a/requirements/build-requirements.txt +++ b/requirements/build-requirements.txt @@ -16,7 +16,7 @@ click==8.1.7 # via # hatch # userpath -cryptography==42.0.5 +cryptography==42.0.8 # via secretstorage distlib==0.3.8 # via virtualenv