From 069f4f293fe71bf62039692a9cedc64e38baf374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:46:31 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 41.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48561c1f2..e76427104 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "colorama==0.4.6", # Colorizes terminal output "colorlog==6.7.0", # Adds color to logs "concurrent-log-handler==0.9.24", # Concurrently log and rotate logs - "cryptography==41.0.5", # Python cryptography library for TLS - keyring conflict + "cryptography==41.0.7", # Python cryptography library for TLS - keyring conflict "filelock==3.13.1", # For reading and writing config multiprocess and multithread safely (non-reentrant locks) "keyring==24.3.0", # Store keys in MacOS Keychain, Windows Credential Locker "PyYAML==6.0.1", # Used for config file format