From 5f191b479c02d166aef8dc4697a3d55450e5e903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:57:23 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 39.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...39.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d157ae..b9d4fbe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "colorama==0.4.4", # Colorizes terminal output "colorlog==5.0.1", # Adds color to logs "concurrent-log-handler==0.9.19", # Concurrently log and rotate logs - "cryptography==3.4.7", # Python cryptography library for TLS - keyring conflict + "cryptography==39.0.2", # Python cryptography library for TLS - keyring conflict "fasteners==0.16.3", # For interprocess file locking "keyring==23.0.1", # Store keys in MacOS Keychain, Windows Credential Locker "keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)