From f9179ae85b5850751c950b0005522645899f36b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:36:46 -0300 Subject: [PATCH] Bump cryptography from 38.0.4 to 42.0.4 (#53) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.4...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hacking/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/requirements_dev.txt b/hacking/requirements_dev.txt index 549e33a..4741518 100644 --- a/hacking/requirements_dev.txt +++ b/hacking/requirements_dev.txt @@ -12,7 +12,7 @@ chardet==4.0.0 charset-normalizer==3.3.2; python_full_version >= '3.7.0' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' coverage==5.5 -cryptography==38.0.4; python_version >= '3.6' +cryptography==42.0.4; python_version >= '3.6' distlib==0.3.1 docutils==0.16 filelock==3.0.12