From 4af1f23e407d6f7d7820c33165a9148b8803038d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:51:51 -0300 Subject: [PATCH] Bump cryptography from 38.0.4 to 42.0.4 in /hacking (#45) 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 653f497..d61cc63 100644 --- a/hacking/requirements_dev.txt +++ b/hacking/requirements_dev.txt @@ -11,7 +11,7 @@ cfgv==3.2.0 chardet==4.0.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