From 99eb40124de37dd8169836616e737b915e58f405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:20:27 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1) --- 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 f335705d..dadf79b6 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def find_version(*file_paths): "MarkupSafe==3.0.2", 'Flask==2.3.3', 'itsdangerous==2.1.2', - "cryptography==42.0.4", + "cryptography==44.0.1", "filelock==3.0.12", 'sh==1.14.2', 'python-crontab==2.6.0'