From 5877ed09ab5da0eeb1c3d656450bb135b1f05922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:16:33 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 63ab239..731e08a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ deepdiff==6.3.0 bumpversion==0.6.0 # pin cryptography version to allow installation on PyPy 3.7 (v7.3.9) -cryptography==40.0.2 +cryptography==42.0.0 # cryptography is a dependency of twine twine==4.0.2