From f4b3e5430261b76d499150080f6460b11b0b5560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:16:03 +0000 Subject: [PATCH] Bump cryptography from 37.0.2 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cefd5da..c92d019b 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def find_version(*file_paths): "MarkupSafe==2.1.1", 'Flask==2.3.3', 'itsdangerous==2.1.2', - "cryptography==37.0.2", + "cryptography==42.0.4", "filelock==3.0.12", 'sh==1.14.2', 'python-crontab==2.6.0'